Skip to content

Commit f1ec56c

Browse files
authored
Update publish.yml
1 parent 9ed403f commit f1ec56c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
4949
- name: Create Tag
5050
run: |
51+
git config --global user.name "github-actions[bot]"
52+
git config --global user.email "github-actions[bot]@user.noreply.github.com"
5153
git tag -a ${{ env.VERSION }} -m"${{ env.VERSION }}"
5254
git push origin ${{ env.VERSION }}
5355
- name: Create Release

0 commit comments

Comments
 (0)