From f116543423d601d9ce2afd6f1c9f6e5752cfecc5 Mon Sep 17 00:00:00 2001 From: Zulfi Date: Tue, 9 May 2023 14:56:45 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4499b1779..d938565023 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,11 +22,10 @@ jobs: with: tag: spectro-v${{ github.event.inputs.release_version }} - + if: ${{ steps.checkTag.outputs.exists == 'true' }} run: | - if [[ ${{ steps.checkTag.outputs.exists }} ]] ; then echo "Tag already exists for spectro-v${{ github.event.inputs.release_version }}..." exit 1 - fi - uses: actions/checkout@v3 -