Skip to content

Commit 728bf64

Browse files
author
issayah
committed
ci: fix the damn ci
1 parent 9444427 commit 728bf64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8686
if: ${{ steps.release.outputs.releases_created }}
8787

88+
- name: status
89+
run: git status
90+
8891
- name: Publish
8992
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
9093
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)