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 b85b5ed commit 7005d45Copy full SHA for 7005d45
.github/workflows/release-dev.yaml
@@ -87,6 +87,7 @@ jobs:
87
88
- name: status
89
run: git status
90
+ if: ${{ steps.release.outputs.releases_created }}
91
92
- name: Publish
93
run: pnpm publish --tag develop --filter bootstrap-vue-3 --access=public
.github/workflows/release-main.yaml
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
0 commit comments