From c3b553fcf5c925434d9accc64fb6891a064e7826 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 16 Jul 2023 16:34:42 +0200 Subject: [PATCH] Another release workflow fix If this doesn't stop soon, I am going to get mad :P --- .github/workflows/build-app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 3945c8c50..2d9fec7b3 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -54,6 +54,7 @@ jobs: - name: Ensure release branch run: | + git config --system --add safe.directory '*' if ! git branch --contains $(git rev-parse HEAD) | grep release >/dev/null; then echo "Tag is not part of release branch - aborting..." exit 1