We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d105b commit 6db7d30Copy full SHA for 6db7d30
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
43
git config --global user.name "GitHub Action"
44
git commit -a -m "🏁 Releasing version $VERSION"
45
- git push origin HEAD:master-11
+ git push origin HEAD:live
46
47
- name: Release to Maven Central
48
env:
@@ -58,7 +58,7 @@ jobs:
58
- name: Release to GitHub
59
60
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- run: ./mvnw -B --file pom.xml -Prelease -pl :calendar jreleaser:full-release
+ run: ./mvnw -B --file pom.xml -Prelease -pl :model jreleaser:full-release
62
63
- name: JReleaser output
64
if: always()
0 commit comments