Skip to content

Commit

Permalink
🌱 Upgrade GoReleaser version from v2.1.0 to v2.3.2 used in the GitHub…
Browse files Browse the repository at this point in the history
… action (kubernetes-sigs#4237)

Upgrade GoReleaser version from v2.1.0 to v2.3.2 used in the GitHub action
  • Loading branch information
camilamacedo86 authored Oct 29, 2024
1 parent a86d73a commit a906126
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:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v2.1.0
version: v2.3.2
args: release -f ./build/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a906126

Please sign in to comment.