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.
2 parents 894693a + 7495b3b commit 5649f9fCopy full SHA for 5649f9f
.github/workflows/release-please.yaml
@@ -67,7 +67,7 @@ jobs:
67
if: ${{ contains(steps.release.outputs.paths_released, env.path) }}
68
69
- name: Publish
70
- run: pnpm publish --tag develop --filter .\packages\bootstrap-vue-3\
+ run: pnpm publish --tag develop --filter bootstrap-vue-3
71
env:
72
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
73
0 commit comments