We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed94095 commit 1a7eb4dCopy full SHA for 1a7eb4d
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
git add "package.json"
93
git add "package-lock.json"
94
git add "CHANGELOG.md"
95
- git commit -m "chore: release v${{ env.NEW_VERSION }}"
+ git commit -m "chore: release ${{ env.NEW_VERSION }}"
96
git tag ${{ env.NEW_VERSION }}
97
98
- name: Publish to npm
0 commit comments