Skip to content

Commit

Permalink
Windows arch. failing in go-releaser-action (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
  • Loading branch information
mrutkows committed May 9, 2024
1 parent 353b672 commit 7374687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -5,6 +5,9 @@ on:
types: [created]
workflow_dispatch:

permissions:
contents: write
packages: write

jobs:
releases-matrix:
Expand Down Expand Up @@ -53,7 +56,7 @@ jobs:
run: cyclonedx-gomod mod -json=true -output ${{env.SBOM_NAME}}

# Release binaries in all GOOS/GOARCH combinations (with all config. files)
- uses: wangyoucao577/go-release-action@v1
- uses: wangyoucao577/go-release-action@v1.50
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 7374687

Please sign in to comment.