Skip to content

Commit

Permalink
Merge pull request #228 from arnested/goreleaser-v2
Browse files Browse the repository at this point in the history
Use goreleaser v2
  • Loading branch information
arnested authored Jul 2, 2024
2 parents edec7e1 + 97b8523 commit 58a3f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
version: "~> v2"
args: release
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -28,10 +30,10 @@ changelog:
- '^test:'

brews:
- tap:
- repository:
owner: arnested
name: homebrew-ssh2iterm2
folder: Formula
directory: Formula
homepage: "https://github.com/arnested/ssh2iterm2"
description: "Create iTerm2 dynamic profile from SSH config"
install: |
Expand Down

0 comments on commit 58a3f2a

Please sign in to comment.