Skip to content

Commit 177c02f

Browse files
Fix release flow
1 parent eb4ddff commit 177c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
mvn versions:set -DnewVersion=${{ env.RELEASE_VERSION }} -B -q
5959
git commit -am "Set version to ${{ env.RELEASE_VERSION }}" || echo "No changes"
60-
git push origin HEAD
60+
git push origin "HEAD:${GITHUB_REF_NAME}"
6161
env:
6262
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363

0 commit comments

Comments
 (0)