From 32a174047090b7beb9cd3bbb15584e47e7e5a0dd Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 4 Oct 2023 12:00:57 +0530 Subject: [PATCH] Fix issue in the publish-release workflow file --- .github/workflows/publish-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f5be73e..b2a680f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,3 +11,6 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-template.yml@main secrets: inherit + with: + package-name: soap + package-org: ballerina