Skip to content

Commit

Permalink
Merge pull request #2 from noborus/improved-goreleaser
Browse files Browse the repository at this point in the history
improved goreleaser.yaml
  • Loading branch information
noborus authored Nov 13, 2023
2 parents c3500e7 + a9c4d63 commit 42b90d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ builds:
- windows
- darwin
id: "xlsxsql"
ldflags:
- -s -w -X main.version={{.Version}} -X main.revision={{.Commit}}
main: ./cmd/xlsxsql
ignore:
- goos: windows
Expand Down Expand Up @@ -46,7 +48,7 @@ changelog:
brews:
-
name: xlsxsql
tap:
repository:
owner: noborus
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 42b90d0

Please sign in to comment.