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