Skip to content

Commit

Permalink
s/GITHUB_TOKEN/GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
zhammer committed Jan 30, 2024
1 parent 247e6a5 commit 3395797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn multi-semantic-release --ignore-packages packages/app,packages/backend

0 comments on commit 3395797

Please sign in to comment.