From ae6ea8b2156f6f18c4ef7c86b7023ebecfdcd6d6 Mon Sep 17 00:00:00 2001 From: Write Int <151211283+WriteNaN@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:01:30 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea32b46..c37a550 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: Add Version and Get Changes id: increment_version run: | - ./scripts/increment_version.sh "${{ steps.pr_body.outputs.body }}" + bash ./scripts/increment_version.sh "${{ steps.pr_body.outputs.body }}" env: VERSION_CHANGES: ${{ steps.increment_version.outputs.stdout }}