Skip to content

Commit

Permalink
Merge pull request #150 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Update release workflow to include CROWDIN_TOKEN
  • Loading branch information
VampireChicken12 authored Dec 6, 2023
2 parents 4821af3 + 2340a41 commit 88b2857
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ 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:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}

- name: Merge changes from main into dev
run: |
Expand Down

0 comments on commit 88b2857

Please sign in to comment.