Skip to content

Commit b85b5ed

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
6262
env:
6363
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
64+
65+
- name: status
66+
run: git status
6467

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

.github/workflows/release-dev.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 develop --filter bootstrap-vue-3 --access=public
9093
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)