We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f661b9d + 921c685 commit c0442c3Copy full SHA for c0442c3
.github/workflows/release.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: goreleaser/goreleaser-action@v1
24
with:
25
version: latest
26
- args: release --clean
+ args: release
27
env:
28
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
.goreleaser.yml
@@ -1,4 +1,6 @@
1
+version: 2
2
# .goreleaser.yml
3
+
4
builds:
5
- binary: ecs-tool
6
@@ -22,8 +24,7 @@ nfpms:
22
brews:
- name: ecs-tool
- tap:
+ repository:
owner: springload
29
name: homebrew-tools
- folder: Formula
-
30
+ directory: Formula
0 commit comments