From 4a87a8c780239ad3d8c99f9607915da1b1524aca Mon Sep 17 00:00:00 2001 From: v-byte-cpu <65545655+v-byte-cpu@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:37:29 +0400 Subject: [PATCH] fix(release): mark repository safe for git --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fd23d3..e90ea5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,6 +125,10 @@ jobs: ref: ${{ needs.release.outputs.next_tag }} fetch-depth: 1 + - name: Mark repository as safe for git + shell: sh + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - name: Cache Go modules and build outputs uses: actions/cache@v5 with: