Skip to content

Commit

Permalink
Merge pull request #53 from IABTechLab/kcc-UID2-2327-update-maven-rep…
Browse files Browse the repository at this point in the history
…os-to-use-new-pipelines

UID2-2327 update maven repos to use new pipelines
  • Loading branch information
cYKatherine authored Dec 20, 2023
2 parents 5861dc8 + 122cb82 commit f980dd2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 65 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build and Publish JAR Packages
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish pre-release' || format('Release {0}', inputs.release_type)}} Package by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
Expand All @@ -25,7 +26,7 @@ on:
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.8
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2
with:
release_type: ${{ inputs.release_type }}
publish_to_maven: ${{ inputs.publish_to_maven }}
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/publish-major.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/publish-minor.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/publish-patch.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/publish-snapshot.yaml

This file was deleted.

0 comments on commit f980dd2

Please sign in to comment.