We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d2b87 commit f378ffaCopy full SHA for f378ffa
.github/workflows/build-and-publish.yaml
@@ -18,15 +18,15 @@ on:
18
type: boolean
19
java_version:
20
type: string
21
- default: '11'
+ default: 8
22
publish_vulnerabilities:
23
24
- default: 'true'
+ default: true
25
26
jobs:
27
build-and-pubish:
28
name: Build and publish JAR packages to Maven repository
29
- uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@kcc-fix-set-tag-problem
+ uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2
30
with:
31
release_type: ${{ inputs.release_type }}
32
publish_to_maven: ${{ inputs.publish_to_maven }}
0 commit comments