From 4f8a967c653b24a0d342fb984f644103d3ab9acd Mon Sep 17 00:00:00 2001 From: Gian Miguel Del Mundo Date: Thu, 25 Apr 2024 15:03:33 +0800 Subject: [PATCH] Fixed action link in build-and-publish pipeline --- .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 95b1c04..2391e93 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -26,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-publish-to-maven-versioned@v2 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-maven-versioned.yaml@v2 with: release_type: ${{ inputs.release_type }} publish_to_maven: ${{ inputs.publish_to_maven }}