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.
2 parents 4a977d9 + 4d5763e commit 7d9b6f5Copy full SHA for 7d9b6f5
1 file changed
.github/workflows/release-packages.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Build with Maven
46
run: mvn -B -ntp -DskipTests package
47
48
+ - name: Download all Maven dependencies (including JavaFX)
49
+ run: mvn -B -ntp dependency:resolve dependency:resolve-plugins
50
+
51
- name: Derive version from tag
52
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
53
0 commit comments