Update release-windows.yml

Update go-release action to v1.26
This commit is contained in:
Winni Neessen 2022-05-11 15:08:43 +02:00 committed by GitHub
parent bb717254f3
commit 19f53a157d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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