Skip to content

Commit 5649f9f

Browse files
authored
Merge pull request #528 from VividLemon/main
ci: fix filter to use package name instead of glob
2 parents 894693a + 7495b3b commit 5649f9f

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)