Skip to content

Commit a906126

Browse files
🌱 Upgrade GoReleaser version from v2.1.0 to v2.3.2 used in the GitHub action (#4237)
Upgrade GoReleaser version from v2.1.0 to v2.3.2 used in the GitHub action
1 parent a86d73a commit a906126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run GoReleaser
2929
uses: goreleaser/goreleaser-action@v6
3030
with:
31-
version: v2.1.0
31+
version: v2.3.2
3232
args: release -f ./build/.goreleaser.yml
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)