Skip to content

Commit

Permalink
ci(goreleaser): use existing draft (#148)
Browse files Browse the repository at this point in the history
Use goreleaser nightly which has a use_existing_draft option that will
use the draft created by release please
  • Loading branch information
mloberg authored Dec 12, 2024
1 parent ce81c14 commit 494cdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
- uses: goreleaser/goreleaser-action@v6
with:
version: nightly
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ signs:
- "${signature}"
- "--detach-sign"
- "${artifact}"
release:
use_existing_draft: true

0 comments on commit 494cdd2

Please sign in to comment.