Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 9, 2024
1 parent 17bce3a commit eeee016
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
tags:
- v*
# on:
# push:
# tags:
# - v*

permissions:
contents: write
Expand Down
12 changes: 4 additions & 8 deletions .goreleaser.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ builds:

release:
name_template: "v{{ .Version }}"
mode: append
# replace_existing_artifacts: true
# skip_upload: true
discussion_category_name: General
footer: |
## Foo
### Bar
- zaz
prerelease: "false"
draft: true
replace_existing_draft: true
make_latest: false

0 comments on commit eeee016

Please sign in to comment.