ICU-21757 Small GitHub workflow cleanup

This commit is contained in:
Mihai Nita 2024-05-08 10:32:34 -07:00 committed by Mihai Nita
parent 85a9b2ee84
commit cb0d0d4e56

View file

@ -1,4 +1,4 @@
name: Publish icu4j.jar/utilities.jar to GH Maven
name: Publish icu4j.jar to GH Maven
on:
release:
types: [created]
@ -62,7 +62,7 @@ jobs:
mvn deploy ${SHARED_MVN_ARGS} \
-pl :icu4j,:icu4j-root \
-DaltDeploymentRepository=github::https://maven.pkg.github.com/${GITHUB_REPOSITORY} \
-P cldr_utilities,with_sources
-P with_sources
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Note: can use 0.0.0-${GITHUB_SHA} as the version for hash-based.