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 2c1de68 commit 4a394a2Copy full SHA for 4a394a2
.github/workflows/npm-publish.yaml
@@ -60,7 +60,10 @@ jobs:
60
if: ${{ steps.release.outputs.releases_created }}
61
62
- name: Set publishing config
63
- run: pnpm config set '//registry.npmjs.org/:_authToken' "${secrets.NPM_TOKEN}"
+ run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
64
+ env:
65
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
66
+
67
68
- name: Publish
69
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
0 commit comments