chmod +x update-version.sh
Some checks failed
ci / build (push) Failing after 19s

./update-version.sh
This commit is contained in:
miwr 2025-04-14 10:37:35 +02:00
parent 77cce06e01
commit 33298dfb0f

View file

@ -38,8 +38,8 @@ jobs:
uses: actions/checkout@v4
- name: Update version
run: |
ls
/update-version.sh
chmod +x update-version.sh
./update-version.sh
- name: Build and push
uses: docker/build-push-action@v6
with: