We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ba001 commit b25f02fCopy full SHA for b25f02f
.github/workflows/release.yml
@@ -24,5 +24,5 @@ jobs:
24
25
- name: Run semantic-release
26
env:
27
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
28
run: npm run release
0 commit comments