Commit 59cce1d5 authored by zhanglianxin's avatar zhanglianxin Committed by GitHub

Update release.yml

Use env `CGO_ENABLED=0`
parent f181726c
...@@ -18,6 +18,8 @@ jobs: ...@@ -18,6 +18,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@master - uses: wangyoucao577/go-release-action@master
env:
CGO_ENABLED: 0
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment