Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustubh-pande authored Apr 4, 2024
1 parent 1e3d5df commit 2767259
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 @@ -38,7 +38,7 @@ jobs:
# exit 1
# echo "::error ::tag exsistsn"
# fi
python3 - <<EOF
import subprocess
import sys
Expand All @@ -49,7 +49,6 @@ jobs:
# If the tag does not exist, print an error message and exit with code 1
print("Error: Tag '${{ github.ref }}' already exists.", file=sys.stderr)
sys.exit(1)
EOF
continue-on-error: false
- name: print
id: print
Expand Down

0 comments on commit 2767259

Please sign in to comment.