Skip to content

Commit b41d510

Browse files
committed
ci: fix workflow yaml
1 parent 156f2f6 commit b41d510

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3939
4040
- name: Bump package version
41-
run: npm version patch -m "chore: release %s"
41+
run: |
42+
npm version patch -m "chore: release %s"
4243
4344
- name: Publish to GitHub Packages
4445
run: npm publish

0 commit comments

Comments
 (0)