Skip to content

Commit

Permalink
GHA: user credentials to push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Sep 13, 2023
1 parent 23a31e1 commit 05de9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Push Tag
run: |
git config --global user.name "@spring-projects/spring-ide-admin"
git tag -a ${{ inputs.version }}.RELEASE -m "${{ inputs.version }}.RELEASE"
git push --tags
- name: Create Release
Expand Down

0 comments on commit 05de9d4

Please sign in to comment.