Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Switching to Ofelia's version of the release.yml.
  • Loading branch information
maietta authored May 24, 2022
1 parent 80bf6de commit d554e38
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
release:
types:
- created

jobs:
release:
strategy:
Expand All @@ -16,9 +16,8 @@ jobs:
uses: actions/checkout@v2

- name: Release binaries
uses: wangyoucao577/go-release-action@master
uses: mcuadros/go-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: amd64,arm64,ppc64le,armv7,armv6
goversion: 1.17
goarch: amd64

0 comments on commit d554e38

Please sign in to comment.