mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-21757 Small GitHub workflow cleanup
This commit is contained in:
parent
85a9b2ee84
commit
cb0d0d4e56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yaml
vendored
4
.github/workflows/maven.yaml
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue