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 8e897bb commit cfddaf9Copy full SHA for cfddaf9
.github/workflows/npm-publish.yaml
@@ -46,4 +46,4 @@ jobs:
46
- name: Publish
47
run: pnpm publish --tag latest --filter bootstrap-vue-3
48
env:
49
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ "npm_config_//registry.npmjs.org/:_authToken": ${{ secrets.NPM_TOKEN }}
0 commit comments