From 52b1e0f31dbd6add97a531031565eb753a81fc7f Mon Sep 17 00:00:00 2001 From: Richard Worwood <30800383+RichardWorwood@users.noreply.github.com> Date: Fri, 23 Apr 2021 09:23:33 +0100 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 80da7c6..9f40e68 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,6 +8,7 @@ builds: goos: - linux - darwin + - windows goarch: - amd64 - arm64 @@ -41,20 +42,20 @@ archives: - LICENSE release: github: - owner: tedsmitt + owner: valtech-uk name: ecsgo -brews: - - name: ecsgo - tap: - owner: tedsmitt - name: homebrew-ecsgo - token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" - commit_author: - name: tedsmitt - email: edwardsmith92@outlook.com - description: "Interactive CLI tool which acts as a wrapper around the ECS ExecuteCommand API." - license: Apache2 - test: | - system "#{bin}/goreleaser -v" - dependencies: - - name: go +# brews: +# - name: ecsgo +# tap: +# owner: tedsmitt +# name: homebrew-ecsgo +# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" +# commit_author: +# name: tedsmitt +# email: edwardsmith92@outlook.com +# description: "Interactive CLI tool which acts as a wrapper around the ECS ExecuteCommand API." +# license: Apache2 +# test: | +# system "#{bin}/goreleaser -v" +# dependencies: +# - name: go