Skip to content

Commit 2d1473d

Browse files
authored
ci: try publishing with npm instead of pnpm
1 parent 338cc1e commit 2d1473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: ${{ steps.release.outputs.releases_created }}
8181

8282
- name: Publish
83-
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
83+
run: npm publish --tag latest --filter bootstrap-vue-3 --access=public
8484
env:
8585
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8686
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)