From 59cce1d5681e433e3fee6a4d4dbec29cd08cd47c Mon Sep 17 00:00:00 2001 From: zhanglianxin <9329713+zhanglianxin@users.noreply.github.com> Date: Wed, 5 Aug 2020 04:20:51 +0800 Subject: [PATCH] Update release.yml Use env `CGO_ENABLED=0` --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd12bb7..e67cffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: wangyoucao577/go-release-action@master + env: + CGO_ENABLED: 0 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}