Skip to content

Commit 9c29b50

Browse files
committed
Explicitly adding to git's safe dir
1 parent 03fe848 commit 9c29b50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v4
28-
with:
29-
fetch-depth: 0
3028
- name: Build ${{ matrix.goosarch }} binary
3129
run: |
3230
apt update
@@ -37,6 +35,7 @@ jobs:
3735
export GOARCH=${GOOSARCH#*/}
3836
3937
mkdir -p artifacts
38+
git config --global --add safe.directory .
4039
4140
if [ "$GOOS" = "windows" ]; then
4241
go build -o cql-proxy.exe

0 commit comments

Comments
 (0)