We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156f2f6 commit b41d510Copy full SHA for b41d510
1 file changed
.github/workflows/publish.yml
@@ -38,7 +38,8 @@ jobs:
38
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
39
40
- name: Bump package version
41
- run: npm version patch -m "chore: release %s"
+ run: |
42
+ npm version patch -m "chore: release %s"
43
44
- name: Publish to GitHub Packages
45
run: npm publish
0 commit comments