Skip to content

Commit

Permalink
Update repository in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed Nov 16, 2018
1 parent 88cf088 commit bb768fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project_name: astro
release:
github:
owner: astronomerio
owner: astronomer
name: astro-cli
brew:
install: bin.install "astro"
Expand All @@ -16,7 +16,7 @@ builds:
goarm:
- "6"
main: .
ldflags: -s -w -X github.com/astronomerio/astro-cli/cmd.currVersion={{ .Version }} -X github.com/astronomerio/astro-cli/cmd.currCommit={{ .Commit }}
ldflags: -s -w -X github.com/astronomer/astro-cli/cmd.currVersion={{ .Version }} -X github.com/astronomer/astro-cli/cmd.currCommit={{ .Commit }}
binary: astro
ignore:
- goos: windows
Expand Down

0 comments on commit bb768fa

Please sign in to comment.