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 e05b37c commit 263e3f5Copy full SHA for 263e3f5
.github/workflows/release.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Upload
22
run: ./push-package.sh
23
env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
25
confirm: "y"
26
SKIP_TAG: "y"
0 commit comments