Skip to content

Commit a68850e

Browse files
authored
Merge pull request #188 from dlemmermann/staging
Fixes
2 parents 891be81 + 6db7d30 commit a68850e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
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()

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
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>

0 commit comments

Comments
 (0)