Skip to content

Commit

Permalink
FIx goreleaser version
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Defretin <[email protected]>
  • Loading branch information
kinoute committed Sep 12, 2024
1 parent 445bcfd commit 61fb804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Make sure to check the documentation at https://goreleaser.com
project_name: moviestills

version: 2

before:
hooks:
# You may remove this if you don't use go modules.
Expand Down

0 comments on commit 61fb804

Please sign in to comment.