Skip to content

Commit

Permalink
fix: upgrade goreleaser action (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcombuechen authored Nov 28, 2024
1 parent d3fde54 commit 6daa934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: anchore/sbom-action/download-syft@v0
-
name: Release
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v6.1.0
with:
version: ${{ env.GITHUB_REF_NAME }}
args: release --clean
Expand Down

0 comments on commit 6daa934

Please sign in to comment.