Update release-bsd.yml

This commit is contained in:
Winni Neessen 2022-05-11 15:12:22 +02:00 committed by GitHub
parent 19f53a157d
commit 5a6af71c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
goarch: ["386", amd64, arm, arm64] goarch: ["386", amd64, arm, arm64]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.20 - uses: wangyoucao577/go-release-action@v1.26
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}