Skip to content

Commit f105686

Browse files
committed
Fix package version
1 parent 9056a66 commit f105686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
./mvnw clean install -B -Drevision=${REVISION} -Dchangelist=${CHANGELIST} -DskipTests=true
6262
6363
- name: Package
64-
run: ./mvnw package -pl ugs-platform/application -P create-macosx-x64-package,create-macosx-aarch64-package -DskipTests=true
64+
run: ./mvnw package -pl ugs-platform/application -P create-macosx-x64-package,create-macosx-aarch64-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST}
6565

6666
# https://github.com/marketplace/actions/upload-to-github-release
6767
- name: Upload binaries to snapshot release

0 commit comments

Comments
 (0)