We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a31e1 commit 05de9d4Copy full SHA for 05de9d4
.github/workflows/create-gh-release.yml
@@ -40,6 +40,7 @@ jobs:
40
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
41
- name: Push Tag
42
run: |
43
+ git config --global user.name "@spring-projects/spring-ide-admin"
44
git tag -a ${{ inputs.version }}.RELEASE -m "${{ inputs.version }}.RELEASE"
45
git push --tags
46
- name: Create Release
0 commit comments