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.
1 parent 9056a66 commit f105686Copy full SHA for f105686
1 file changed
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
./mvnw clean install -B -Drevision=${REVISION} -Dchangelist=${CHANGELIST} -DskipTests=true
62
63
- name: Package
64
- run: ./mvnw package -pl ugs-platform/application -P create-macosx-x64-package,create-macosx-aarch64-package -DskipTests=true
+ run: ./mvnw package -pl ugs-platform/application -P create-macosx-x64-package,create-macosx-aarch64-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST}
65
66
# https://github.com/marketplace/actions/upload-to-github-release
67
- name: Upload binaries to snapshot release
0 commit comments