Skip to content

Commit

Permalink
Try different release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bermannoah authored May 12, 2020
1 parent 0a52baf commit a18c6a3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
runs-on: ubuntu-latest
needs: setup_and_tag
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
- 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

0 comments on commit a18c6a3

Please sign in to comment.