This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Stop if version already released
|
||||
run: |
|
||||
EXISTS=$(cat tag_exists.txt)
|
||||
EXISTS=$(cat tag_exists.txt | tr -d '[:space:]')
|
||||
if [ "$EXISTS" = "true" ]; then
|
||||
echo "Version already released, skipping workflow."
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user