Skip to content

Commit

Permalink
changing of go releaser to v6 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant authored Jan 9, 2025
1 parent 1e62a8c commit cccbfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: export GPG_TTY=$(tty)
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: 2
version: latest
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit cccbfd9

Please sign in to comment.