Skip to content

Commit 39000ce

Browse files
ci: set tag identity in publish workflow
1 parent a781239 commit 39000ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
git add package.json package-lock.json
4848
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 }}"
49+
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 }}"
5050
5151
- name: Publish to npm
5252
env:

0 commit comments

Comments
 (0)