Skip to content

Commit

Permalink
Use GoReleaser action v6
Browse files Browse the repository at this point in the history
  • Loading branch information
meyermarcel committed Jul 3, 2024
1 parent 04c6fbd commit e22054a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: make download-owners

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- make man-page
Expand Down Expand Up @@ -54,7 +56,7 @@ brews:
repository:
owner: meyermarcel
name: homebrew-tap
folder: Formula
directory: Formula
description: "Generate or validate intermodal container markings."
homepage: "https://github.com/meyermarcel/icm"
install: |
Expand Down

0 comments on commit e22054a

Please sign in to comment.