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 e451d6a commit b8924ccCopy full SHA for b8924cc
.github/workflows/release-please-dev.yaml
.github/workflows/release-please-main.yaml renamed to .github/workflows/release-please.yaml
@@ -2,7 +2,7 @@
2
# It also auto publishes releases to npm
3
# For more information see: https://github.com/google-github-actions/release-please-action
4
5
-name: release-please-main
+name: release-please
6
7
on:
8
push:
@@ -62,7 +62,7 @@ jobs:
62
if: ${{ steps.release.outputs.releases_created }}
63
64
- name: Publish
65
- run: pnpm publish --tag latest --filter bootstrap-vue-3
+ run: pnpm publish --filter bootstrap-vue-3
66
env:
67
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
68
0 commit comments