File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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 :
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()
Original file line number Diff line number Diff line change 4747 <version >${javafx.version} </version >
4848 </dependency >
4949
50- <dependency >
51- <groupId >org.openjfx</groupId >
52- <artifactId >javafx-swing</artifactId >
53- <version >${javafx.version} </version >
54- </dependency >
55-
5650 <dependency >
5751 <groupId >com.rometools</groupId >
5852 <artifactId >rome</artifactId >
You can’t perform that action at this time.
0 commit comments