Skip to content

Commit c0442c3

Browse files
authored
Merge branch 'master' into feature/fargate
2 parents f661b9d + 921c685 commit c0442c3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: goreleaser/goreleaser-action@v1
2424
with:
2525
version: latest
26-
args: release --clean
26+
args: release
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
version: 2
12
# .goreleaser.yml
3+
24
builds:
35
- binary: ecs-tool
46
env:
@@ -22,8 +24,7 @@ nfpms:
2224

2325
brews:
2426
- name: ecs-tool
25-
tap:
27+
repository:
2628
owner: springload
2729
name: homebrew-tools
28-
folder: Formula
29-
30+
directory: Formula

0 commit comments

Comments
 (0)