Skip to content

Commit

Permalink
fix: keep existing release (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski authored Dec 23, 2022
1 parent 136f4cb commit 1c0218d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions goreleaser/darwin-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ archives:
release:
ids:
- none
skip_upload: true
mode: keep-existing
name_template: "Release {{.Tag}}"

brews:
- # Name template of the recipe
Expand Down
3 changes: 3 additions & 0 deletions goreleaser/linux-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ builds:
release:
ids:
- none
skip_upload: true
mode: keep-existing
name_template: "Release {{.Tag}}"

dockers:
- image_templates:
Expand Down

0 comments on commit 1c0218d

Please sign in to comment.