mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 22:39:14 +02:00
Update onpush_builder.yaml
This commit is contained in:
4
.github/workflows/onpush_builder.yaml
vendored
4
.github/workflows/onpush_builder.yaml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Make scripts executable
|
- name: Update changelog for minor versions
|
||||||
run: |
|
run: |
|
||||||
echo "Starting"
|
echo "Starting"
|
||||||
cd "$path"
|
cd "$path"
|
||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
version=$(sed -e '/version/!d' -e 's/.*version: //' config.yaml)
|
version=$(sed -e '/version/!d' -e 's/.*version: //' config.yaml)
|
||||||
elif [ -f config.json ]; then
|
elif [ -f config.json ]; then
|
||||||
version=$(sed -e '/version/!d' -e 's/.*[^"]*"\([^"]*\)",/\1/' config.json)
|
version=$(sed -e '/version/!d' -e 's/.*[^"]*"\([^"]*\)",/\1/' config.json)
|
||||||
else; then
|
else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
# Exit if test
|
# Exit if test
|
||||||
|
|||||||
Reference in New Issue
Block a user