We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be6cad commit 3a9783aCopy full SHA for 3a9783a
1 file changed
.github/workflows/deploy.yml
@@ -60,6 +60,7 @@ jobs:
60
id: is_new_release
61
env:
62
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
63
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
64
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
65
run: npx semantic-release --dry-run --branches gha_test
66
0 commit comments