From ea0d117a1ab15215effe33187d2d9141eddadef8 Mon Sep 17 00:00:00 2001 From: skyflow-shravan Date: Tue, 26 Nov 2024 21:40:08 +0530 Subject: [PATCH] SK-1786 fix commit step --- .github/workflows/shared-build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shared-build-and-deploy.yml b/.github/workflows/shared-build-and-deploy.yml index 9d726d26..0dca78f0 100644 --- a/.github/workflows/shared-build-and-deploy.yml +++ b/.github/workflows/shared-build-and-deploy.yml @@ -80,6 +80,7 @@ jobs: else git commit -m "[AUTOMATED] Public Release - ${{ steps.previoustag.outputs.tag }}" git push origin + fi - name: Create env if: ${{ inputs.is-internal }}