diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6985f80..eb4dc0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,10 @@ jobs: key: images-dependencies restore-keys: images-dependencies + - name: Git configure + run: | + git config --global --add safe.directory $(pwd) + - name: Install dependencies run: | go mod download