From 33298dfb0faa6508f76956d2709b326cc5b7838f Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 14 Apr 2025 10:37:35 +0200 Subject: [PATCH] chmod +x update-version.sh ./update-version.sh --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index afa6059..e859494 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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: