Skip to content

Commit 7005d45

Browse files
author
issayah
committed
ci: fix the damn ci
1 parent b85b5ed commit 7005d45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787

8888
- name: status
8989
run: git status
90+
if: ${{ steps.release.outputs.releases_created }}
9091

9192
- name: Publish
9293
run: pnpm publish --tag develop --filter bootstrap-vue-3 --access=public

.github/workflows/release-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787

8888
- name: status
8989
run: git status
90+
if: ${{ steps.release.outputs.releases_created }}
9091

9192
- name: Publish
9293
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public

0 commit comments

Comments
 (0)