summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cd.yml
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-21 09:03:47 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-21 09:03:47 +1000
commit39c900c7e709c9f18a84d6aa8f3f78f371af5136 (patch)
treeb6f98846a97c0a49202e71297e9e72791230901b /.github/workflows/cd.yml
parent6e247c1583d84b2a7e31e9a17fd57e08ae58e1b9 (diff)
Fix goreleaserv0.39.1
Diffstat (limited to '.github/workflows/cd.yml')
-rw-r--r--.github/workflows/cd.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 398fd1ede..8a362f033 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -19,6 +19,10 @@ jobs:
go-version: 1.18.x
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
+ with:
+ distribution: goreleaser
+ version: v1.17.2
+ args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
homebrew: