Skip to content

Commit

Permalink
Merge pull request #148 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
add CROWDIN_TOKEN to workflow
  • Loading branch information
VampireChicken12 authored Dec 6, 2023
2 parents f2b37fe + 2e95f8d commit 4821af3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:

- name: Install dependencies
run: npm ci
- name: Create .env file
run: |
touch .env
echo CROWDIN_TOKEN=${{ secrets.CROWDIN_TOKEN }} >> .env
- name: Run Semantic Release
run: npx semantic-release
env:
Expand Down

0 comments on commit 4821af3

Please sign in to comment.