We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a781239 commit 39000ceCopy full SHA for 39000ce
1 file changed
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
git add package.json package-lock.json
48
git -c user.name='github-actions[bot]' -c user.email='41898282+github-actions[bot]@users.noreply.github.com' commit -m "chore(release): v${{ steps.version.outputs.version }}"
49
- git tag -a "v${{ steps.version.outputs.version }}" -m "v${{ steps.version.outputs.version }}"
+ git -c user.name='github-actions[bot]' -c user.email='41898282+github-actions[bot]@users.noreply.github.com' tag -a "v${{ steps.version.outputs.version }}" -m "v${{ steps.version.outputs.version }}"
50
51
- name: Publish to npm
52
env:
0 commit comments