We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb663d commit f45f10fCopy full SHA for f45f10f
.github/workflows/npmpublish.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Create Release
56
env:
57
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
58
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
59
run: |
60
npx auto shipit
0 commit comments