Skip to content

Commit

Permalink
ci(release): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metafates committed Aug 27, 2022
1 parent b068dac commit c6432bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dockers:
goarch: amd64
image_templates:
- "metafates/mangal:latest"
skip_push: true
skip_push: false
use: docker

brews:
Expand All @@ -94,7 +94,7 @@ brews:
homepage: "https://github.com/metafates/mangal"
description: "The ultimate CLI manga downloader!"
license: "MIT"
skip_upload: true
skip_upload: false

test: |
system "#{bin}/mangal -v"
Expand Down Expand Up @@ -122,15 +122,15 @@ scoop:
homepage: "https://github.com/metafates/mangal"
description: "The ultimate CLI manga downloader!"
license: MIT
skip_upload: true
skip_upload: false


release:
github:
owner: metafates
name: mangal

draft: true
draft: false
name_template: "{{.ProjectName}} v{{.Version}}"
footer: |
**Full Changelog**: https://github.com/metafates/mangal/compare/{{ .PreviousTag }}...{{ .Tag }}
Expand Down

0 comments on commit c6432bc

Please sign in to comment.