Skip to content

Commit

Permalink
chore: update goreleaser conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed May 21, 2022
1 parent 70e1011 commit 3e8d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builds:
binary: varnish-cache-invalidator
ldflags:
- -s -w -X github.com/bilalcaliskan/varnish-cache-invalidator/cmd.GitVersion={{ .Version }} -X github.com/bilalcaliskan/varnish-cache-invalidator/cmd.gitCommit={{ .ShortCommit }} -X github.com/bilalcaliskan/varnish-cache-invalidator/cmd.buildDate={{ .CommitDate }}
main: ./main.go
main: ./cmd/varnish-cache-invalidator/main.go

release:
github:
Expand Down

0 comments on commit 3e8d8b0

Please sign in to comment.