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 1810d22 commit 73ed308Copy full SHA for 73ed308
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
if: github.event_name == 'push'
59
run: node scripts/publish.mjs --provenance
60
env:
61
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ npm_config_//registry.npmjs.org/:_authToken: ${{ secrets.NPM_TOKEN }}
62
63
- name: Publish packages (manual trigger)
64
if: github.event_name == 'workflow_dispatch'
@@ -75,4 +75,4 @@ jobs:
75
fi
76
node scripts/publish.mjs $ARGS
77
78
0 commit comments