Skip to content

Commit 8b04ef7

Browse files
authored
ci: create draft release (#314)
* ci: create draft release * fixup! ci: create draft release
1 parent 224ff28 commit 8b04ef7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,17 @@ jobs:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
# GitHub sets this automatically
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
50+
ghrelease:
51+
runs-on: ubuntu-latest
52+
needs: ["goreleaser"]
53+
steps:
54+
- name: Create a draft GitHub release
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
run: |
58+
gh release create \
59+
--draft \
60+
--title "${GITHUB_REF_NAME}" \
61+
--notes-from-tag \
62+
"${GITHUB_REF_NAME}"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy