mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Set goreleaser version
This commit is contained in:
parent
454eaee2cf
commit
e8e808ff47
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -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.GORELEASER_TOKEN}}
|
||||
homebrew:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue