From d2720bc8ab09f31b1f905381f5fc0cc1d8803095 Mon Sep 17 00:00:00 2001 From: Write Int <151211283+WriteNaN@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:57:16 +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 6621c5e..09b7c0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: Increment Version and Get Changes id: increment_version run: | - ./increment_version.sh "${{ steps.pr_body.outputs.body }}" + ./scripts/increment_version.sh "${{ steps.pr_body.outputs.body }}" env: VERSION_CHANGES: ${{ steps.increment_version.outputs.stdout }}