Skip to content

Commit

Permalink
Prepare for goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Jul 25, 2024
1 parent 2dbae73 commit c7e8b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: "~> 2"
args: release --clean
env:
GOPATH: /home/runner/work/
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down

0 comments on commit c7e8b13

Please sign in to comment.