diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index 4f05bea..591ff34 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + - name: Set workspace as safe + run: git config --global --add safe.directory $GITHUB_WORKSPACE - name: Build Linux/amd64 binary run: | export GO111MODULE=on