Skip to content

Commit 10ea7e2

Browse files
committed
ci: fix filter on basic npm-publish script
1 parent 7495b3b commit 10ea7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: pnpm test
4040

4141
- name: Publish
42-
run: pnpm publish --tag develop --filter .\packages\bootstrap-vue-3\
42+
run: pnpm publish --tag develop --filter bootstrap-vue-3
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)