mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Fix version string handling in workflow YAML
This commit is contained in:
2
.github/workflows/onpush_builder.yaml
vendored
2
.github/workflows/onpush_builder.yaml
vendored
@@ -215,7 +215,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
version="${version//\"/}"
|
version="${version//\"/}"
|
||||||
version="${version//'/}"
|
version="${version//\'/}"
|
||||||
version="$(echo "$version" | xargs)"
|
version="$(echo "$version" | xargs)"
|
||||||
if [[ "$version" == *"test"* ]]; then exit 0; fi
|
if [[ "$version" == *"test"* ]]; then exit 0; fi
|
||||||
touch CHANGELOG.md
|
touch CHANGELOG.md
|
||||||
|
|||||||
Reference in New Issue
Block a user