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 728bf64 commit b85b5edCopy full SHA for b85b5ed
.github/workflows/npm-publish.yaml
@@ -61,6 +61,9 @@ jobs:
61
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
62
env:
63
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
64
+
65
+ - name: status
66
+ run: git status
67
68
- name: Publish
69
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
.github/workflows/release-dev.yaml
@@ -85,6 +85,9 @@ jobs:
85
86
if: ${{ steps.release.outputs.releases_created }}
87
88
89
90
91
92
run: pnpm publish --tag develop --filter bootstrap-vue-3 --access=public
93
0 commit comments