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 eb4ddff commit 177c02fCopy full SHA for 177c02f
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
mvn versions:set -DnewVersion=${{ env.RELEASE_VERSION }} -B -q
59
git commit -am "Set version to ${{ env.RELEASE_VERSION }}" || echo "No changes"
60
- git push origin HEAD
+ git push origin "HEAD:${GITHUB_REF_NAME}"
61
env:
62
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
0 commit comments