From a036187d6ab8aec0d918d32b6237cd90ad400ddf Mon Sep 17 00:00:00 2001 From: Subhanshu Mohan Gupta Date: Tue, 11 Jun 2024 20:19:45 +0530 Subject: [PATCH] fix: tag shell-2 --- .github/workflows/test&stage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test&stage.yml b/.github/workflows/test&stage.yml index 3df96f4..42e7556 100644 --- a/.github/workflows/test&stage.yml +++ b/.github/workflows/test&stage.yml @@ -43,4 +43,5 @@ jobs: - name: Tagging the image run: | - - bash ${GITHUB_WORKSPACE}/ops/ci/create-tag.sh \ No newline at end of file + - bash ${GITHUB_WORKSPACE}/ops/ci/create-tag.sh + shell: bash \ No newline at end of file