Skip to content

Commit

Permalink
Pin to last working version of go-releaser (#183)
Browse files Browse the repository at this point in the history
It looks like releases are not working any more with the newer version
of go-releaser. Before debugging why I thought it might be helpful to
get to a working state again by going back to the version that still
worked on the last release.
  • Loading branch information
pebrc authored Aug 24, 2023
1 parent 50bbb37 commit 6a5b04f
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 @@ -52,5 +52,5 @@ jobs:
VERSION: ${{ steps.get_version.outputs.VERSION }}
BUILD_DATE: ${{ steps.get_build_date.outputs.BUILD_DATE }}
with:
version: latest
version: v1.18.2
args: release --rm-dist

0 comments on commit 6a5b04f

Please sign in to comment.