Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfilee authored May 9, 2023
1 parent bca3854 commit f116543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-
Expand Down

0 comments on commit f116543

Please sign in to comment.