From b9d1a889c674d86a03e2dd1feb72efea199280d3 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 13 Feb 2025 16:40:16 +0530 Subject: [PATCH 1/2] Fix workflow template paths --- .github/workflows/dev-stage-release.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-stage-release.yml b/.github/workflows/dev-stage-release.yml index 49d6f52..b85c07c 100644 --- a/.github/workflows/dev-stage-release.yml +++ b/.github/workflows/dev-stage-release.yml @@ -15,7 +15,7 @@ jobs: call_workflow: name: Run Dev\Stage Central Publish Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/dev-stage-central-publish-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/dev-stage-central-publish-connector-template.yml@main secrets: inherit with: environment: ${{ github.event.inputs.environment }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5dda019..47662b5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,5 +10,5 @@ jobs: call_workflow: name: Run PR Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/pr-build-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/pr-build-connector-template.yml@main secrets: inherit From 6e3959cec52a90c2b7473a779e48287bfd040bc6 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 13 Feb 2025 16:42:24 +0530 Subject: [PATCH 2/2] Update lang version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1c70231..b6cbf75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,4 +8,4 @@ downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.2.0 -ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7 +ballerinaLangVersion=2201.11.0