Skip to content

Commit

Permalink
build: bump goreleaser version
Browse files Browse the repository at this point in the history
This commit bumps the `goreleaser` version to
`1.24.0` from version `1.18.2`.
  • Loading branch information
trym-b committed Mar 6, 2024
1 parent 1767bdc commit bbe3a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.18.2
version: v1.24.0
args: release --clean ${{ env.flags }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bbe3a5a

Please sign in to comment.