Skip to content

Commit f980dd2

Browse files
authored
Merge pull request #53 from IABTechLab/kcc-UID2-2327-update-maven-repos-to-use-new-pipelines
UID2-2327 update maven repos to use new pipelines
2 parents 5861dc8 + 122cb82 commit f980dd2

File tree

5 files changed

+2
-65
lines changed

5 files changed

+2
-65
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build and Publish JAR Packages
2+
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish pre-release' || format('Release {0}', inputs.release_type)}} Package by @${{ github.actor }}
23
on:
34
workflow_dispatch:
45
inputs:
@@ -25,7 +26,7 @@ on:
2526
jobs:
2627
build-and-pubish:
2728
name: Build and publish JAR packages to Maven repository
28-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2.8
29+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2
2930
with:
3031
release_type: ${{ inputs.release_type }}
3132
publish_to_maven: ${{ inputs.publish_to_maven }}

.github/workflows/publish-major.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/publish-minor.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/publish-patch.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/publish-snapshot.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)