From 8bb34f4e2a1ce45f6f393f89ac998668a8cf85bb Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Mon, 11 Dec 2023 11:05:43 +0530 Subject: [PATCH] Fix publish-release workflow --- .github/workflows/publish-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 32920cf..14fc010 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -3,10 +3,10 @@ name: Publish Release on: workflow_dispatch: inputs: - distribution_version: - description: 'Ballerina distribution version (e.g.; 2201.8.0)' + ballerina_version: + description: 'Ballerina distribution version (e.g.; 2201.8.4)' required: true - default: '2201.8.0' + default: '2201.8.4' jobs: publish-release: