From 9355fad8ccc7b66ac93b9c1fbd874241e0237073 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Thu, 6 Mar 2025 18:59:41 +0530 Subject: [PATCH] Fix workflow template path --- .github/workflows/central-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index 07ab1be8..74c48557 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -15,7 +15,7 @@ jobs: call_workflow: name: Run Central Publish Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@2201.10x + uses: ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@2201.10.x secrets: inherit with: environment: ${{ github.event.inputs.environment }}