We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fe848 commit 9c29b50Copy full SHA for 9c29b50
.github/workflows/release-binary.yml
@@ -25,8 +25,6 @@ jobs:
25
steps:
26
- name: Checkout code
27
uses: actions/checkout@v4
28
- with:
29
- fetch-depth: 0
30
- name: Build ${{ matrix.goosarch }} binary
31
run: |
32
apt update
@@ -37,6 +35,7 @@ jobs:
37
35
export GOARCH=${GOOSARCH#*/}
38
36
39
mkdir -p artifacts
+ git config --global --add safe.directory .
40
41
if [ "$GOOS" = "windows" ]; then
42
go build -o cql-proxy.exe
0 commit comments