Skip to content

Commit 6db7d30

Browse files
committed
Fixed release workflow.
1 parent 93d105b commit 6db7d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4343
git config --global user.name "GitHub Action"
4444
git commit -a -m "🏁 Releasing version $VERSION"
45-
git push origin HEAD:master-11
45+
git push origin HEAD:live
4646
4747
- name: Release to Maven Central
4848
env:
@@ -58,7 +58,7 @@ jobs:
5858
- name: Release to GitHub
5959
env:
6060
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
run: ./mvnw -B --file pom.xml -Prelease -pl :calendar jreleaser:full-release
61+
run: ./mvnw -B --file pom.xml -Prelease -pl :model jreleaser:full-release
6262

6363
- name: JReleaser output
6464
if: always()

0 commit comments

Comments
 (0)