We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46c7b2 commit 7aa6ab5Copy full SHA for 7aa6ab5
.github/workflows/release.yml
@@ -34,4 +34,4 @@ jobs:
34
- run: npm run build
35
- run: npm publish
36
env:
37
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.GIB_PUBLISH_TOKEN}}
0 commit comments