Skip to content

Commit 8c51f8d

Browse files
authored
Merge pull request #508 from VividLemon/dev
fix: extra - causing breaking workflow
2 parents f036d86 + 3b6a0d5 commit 8c51f8d

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
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm run build
3737

3838
- name: Test library
39-
- run: pnpm test
39+
run: pnpm test
4040

4141
- name: Publish
4242
run: pnpm publish --tag develop --filter .\packages\bootstrap-vue-3\

0 commit comments

Comments
 (0)