From 8ae005c40df6c244166ca11e56766c213fb14faf Mon Sep 17 00:00:00 2001 From: Andy Cooper Date: Tue, 27 Nov 2018 18:54:34 -0500 Subject: [PATCH] Point goreleaser to the old astronomerio org (#150) --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4dec613e4..8774a82da 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,7 +16,7 @@ builds: goarm: - "6" main: . - ldflags: -s -w -X github.com/astronomer/astro-cli/cmd.currVersion={{ .Version }} -X github.com/astronomer/astro-cli/cmd.currCommit={{ .Commit }} + ldflags: -s -w -X github.com/astronomerio/astro-cli/cmd.currVersion={{ .Version }} -X github.com/astronomerio/astro-cli/cmd.currCommit={{ .Commit }} binary: astro ignore: - goos: windows