Skip to content

Commit

Permalink
Merge pull request #19 from IABTechLab/kcc-UID2-2922-update-shared-ac…
Browse files Browse the repository at this point in the history
…tion-names

UID2-2922 update shared action names
  • Loading branch information
cYKatherine authored Mar 6, 2024
2 parents 48a4bfe + 30d53d1 commit 304a420
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ on:
inputs:
release_type:
type: choice
description: 'The type of release'
description: The type of release
options:
- Major
- Minor
- Patch
- Snapshot
publish_to_maven:
description: 'True to publish the artifacts to Maven repository, false to skip the step'
description: True to publish the artifacts to Maven repository, false to skip the step
default: false
required: false
type: boolean
java_version:
type: string
default: '11'
default: 11
publish_vulnerabilities:
type: string
default: 'true'
default: true

jobs:
build-and-pubish:
name: Build and publish JAR packages to Maven repository
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2
uses: IABTechLab/uid2-shared-actions/.github/workflows/ shared-publish-to-maven-versioned@v2
with:
release_type: ${{ inputs.release_type }}
publish_to_maven: ${{ inputs.publish_to_maven }}
Expand Down

0 comments on commit 304a420

Please sign in to comment.