File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2626jobs :
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 }}
You can’t perform that action at this time.
0 commit comments