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 338cc1e commit 2d1473dCopy full SHA for 2d1473d
.github/workflows/release-main.yaml
@@ -80,7 +80,7 @@ jobs:
80
if: ${{ steps.release.outputs.releases_created }}
81
82
- name: Publish
83
- run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
+ run: npm publish --tag latest --filter bootstrap-vue-3 --access=public
84
env:
85
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
86
0 commit comments