Skip to content

Commit 7495b3b

Browse files
committed
ci: fix filter to use package name instead of glob
1 parent 894693a commit 7495b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ contains(steps.release.outputs.paths_released, env.path) }}
6868

6969
- name: Publish
70-
run: pnpm publish --tag develop --filter .\packages\bootstrap-vue-3\
70+
run: pnpm publish --tag develop --filter bootstrap-vue-3
7171
env:
7272
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
7373
if: ${{ contains(steps.release.outputs.paths_released, env.path) }}

0 commit comments

Comments
 (0)