Skip to content

Commit

Permalink
ICU-21757 Small GitHub workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed May 8, 2024
1 parent 85a9b2e commit cb0d0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish icu4j.jar/utilities.jar to GH Maven
name: Publish icu4j.jar to GH Maven
on:
release:
types: [created]
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cb0d0d4

Please sign in to comment.