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 80eb543 commit ec9290fCopy full SHA for ec9290f
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
git config --global user.email "project.openubl.preview.bot@gmail.com"
32
git config --global user.name "Project-Openubl Bot"
33
git commit --signoff --allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
34
- git push origin HEAD:master
+ git push origin HEAD:${{ github.event.inputs.branch }}
35
36
# OSSRH
37
- uses: actions/setup-java@v3
@@ -86,4 +86,4 @@ jobs:
86
87
88
git commit --signoff -a -m "⬆️ Next version $NEXT_VERSION"
89
0 commit comments