Skip to content

Commit ba8685c

Browse files
authored
Merge pull request #60 from IABTechLab/kcc-UID2-2922-update-shared-action-names
Rename workflow to shared-publish-to-maven-versioned
2 parents fe64f97 + ec52132 commit ba8685c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
inputs:
66
release_type:
77
type: choice
8-
description: 'The type of release'
8+
description: The type of release
99
options:
1010
- Major
1111
- Minor
1212
- Patch
1313
- Snapshot
1414
publish_to_maven:
15-
description: 'True to publish the artifacts to Maven repository, false to skip the step'
15+
description: True to publish the artifacts to Maven repository, false to skip the step
1616
default: false
1717
required: false
1818
type: boolean
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
build-and-pubish:
2828
name: Build and publish JAR packages to Maven repository
29-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2
29+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v2
3030
with:
3131
release_type: ${{ inputs.release_type }}
3232
publish_to_maven: ${{ inputs.publish_to_maven }}

0 commit comments

Comments
 (0)