Skip to content

Commit

Permalink
FMWK-579-release-automation
Browse files Browse the repository at this point in the history
- on release creation trigger
  • Loading branch information
filkeith committed Oct 27, 2024
1 parent 7e53be9 commit c1809e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: goreleaser

on:
push:
tags:
- "v*"
release:
types: created

permissions:
contents: write
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ archives:
- "asrestore"

release:
draft: true
replace_existing_artifacts: true
mode: prepend
header: |
## Release {{ .Version }} ({{ .Date }})
- asbackup (CLI tool)
Expand Down

0 comments on commit c1809e5

Please sign in to comment.