From 4d19bbc020a01c03ed774bcb109430b4b85139f9 Mon Sep 17 00:00:00 2001 From: Matt Rutkowski Date: Thu, 9 May 2024 17:21:23 -0500 Subject: [PATCH] Windows arch. failing in go-releaser-action Signed-off-by: Matt Rutkowski --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9eeac5d..d3bd830 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: types: [created] workflow_dispatch: +permissions: + contents: write + packages: write jobs: releases-matrix: @@ -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 }}