Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-03-11 13:04:37 +01:00
committed by GitHub
parent afebcf32cd
commit 66ebf873c8

View File

@@ -83,7 +83,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Make scripts executable
- name: Update changelog for minor versions
run: |
echo "Starting"
cd "$path"
@@ -92,7 +92,7 @@ jobs:
version=$(sed -e '/version/!d' -e 's/.*version: //' config.yaml)
elif [ -f config.json ]; then
version=$(sed -e '/version/!d' -e 's/.*[^"]*"\([^"]*\)",/\1/' config.json)
else; then
else
exit 1
fi
# Exit if test