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: 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