From 3407fdf08d3aa6eb7becf1fb72ac36972dc39055 Mon Sep 17 00:00:00 2001 From: jkozol Date: Wed, 15 Feb 2023 16:13:58 +0100 Subject: [PATCH] actions: fix release --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79a924ed7..2aa217c62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,9 @@ jobs: fetch-depth: 0 - name: Workaround for https://github.com/actions/checkout/pull/697 - run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags) + run: | + git config --global --add safe.directory /__w/cockpit-composer/cockpit-composer + git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags) # HACK: the clean plugin doesn't like to build in the mounted $HOME volume - name: Build release