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 7762fa9 commit fe77e7eCopy full SHA for fe77e7e
.github/workflows/release.yml
@@ -39,4 +39,4 @@ jobs:
39
- name: Publish to NPM
40
run: npm publish --access public
41
env:
42
- NODE_AUTH_TOKEN: ${{secrets.GLIDE_ORG_NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments