Skip to content

Commit

Permalink
chore(release): pin goreleaser to v1.18.2 (#366)
Browse files Browse the repository at this point in the history
archives.replacements was removed in 1.19.0:
https://goreleaser.com/deprecations/#archivesreplacements.

That should've probably been a new major version on goreleaser's side.
  • Loading branch information
bfabio authored Oct 12, 2023
1 parent e3d0672 commit 914ddff
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 @@ -25,7 +25,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.18.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 914ddff

Please sign in to comment.