From 05c7c9051bd01ad7386fb9dbbd9716a97ed1b3e3 Mon Sep 17 00:00:00 2001 From: lionell-pack-ttd Date: Mon, 18 Dec 2023 15:05:11 +1000 Subject: [PATCH] Update to the PR-based CI workflow. --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 307bde4..cdb1466 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -25,7 +25,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.7 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-java-publish-versioned-package.yaml@v2.8 with: release_type: ${{ inputs.release_type }} publish_to_maven: ${{ inputs.publish_to_maven }}