Skip to content

Commit

Permalink
Merge pull request #152 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
maybe it works now?
  • Loading branch information
VampireChicken12 authored Dec 6, 2023
2 parents 88b2857 + fcf441c commit 43860f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ jobs:

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

0 comments on commit 43860f8

Please sign in to comment.