From 1e5a6d03ba6cd7b8dc0c38b1bace46136e5d7c1f Mon Sep 17 00:00:00 2001 From: David Suarez <1847875+dave92082@users.noreply.github.com> Date: Fri, 27 Nov 2020 16:10:07 -0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 688078f..728cb6d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,12 +11,10 @@ jobs: name: release linux/amd64 runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - name: compile and release - uses: ngs/go-release.action@v1.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GOARCH: amd64 - GOOS: linux - EXTRA_FILES: "README.md LICENSE" + - uses: actions/checkout@v2 + - uses: wangyoucao577/go-release-action@v1.11 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + goos: linux + goarch: amd64