Skip to content

Commit 05de9d4

Browse files
committed
GHA: user credentials to push tag
1 parent 23a31e1 commit 05de9d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-gh-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
4141
- name: Push Tag
4242
run: |
43+
git config --global user.name "@spring-projects/spring-ide-admin"
4344
git tag -a ${{ inputs.version }}.RELEASE -m "${{ inputs.version }}.RELEASE"
4445
git push --tags
4546
- name: Create Release

0 commit comments

Comments
 (0)