Skip to content

Commit 7374687

Browse files
authored
Windows arch. failing in go-releaser-action (#96)
Signed-off-by: Matt Rutkowski <[email protected]>
1 parent 353b672 commit 7374687

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types: [created]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
packages: write
811

912
jobs:
1013
releases-matrix:
@@ -53,7 +56,7 @@ jobs:
5356
run: cyclonedx-gomod mod -json=true -output ${{env.SBOM_NAME}}
5457

5558
# Release binaries in all GOOS/GOARCH combinations (with all config. files)
56-
- uses: wangyoucao577/go-release-action@v1
59+
- uses: wangyoucao577/go-release-action@v1.50
5760
with:
5861
github_token: ${{ secrets.GITHUB_TOKEN }}
5962
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)