Skip to content

Commit

Permalink
ci: fix release action, probably
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Apr 9, 2023
1 parent 69c01d5 commit 728544c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# - "386"
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.15
- uses: wangyoucao577/go-release-action@v1.37
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goversion: https://golang.org/dl/go1.16.2.linux-amd64.tar.gz
goversion: https://golang.org/dl/go1.20.2.linux-amd64.tar.gz
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}

0 comments on commit 728544c

Please sign in to comment.