We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4cb0a commit 0f204c4Copy full SHA for 0f204c4
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ on:
24
draft:
25
description: 'Draft'
26
required: true
27
- default: true
+ default: false
28
type: boolean
29
30
env:
@@ -59,6 +59,10 @@ jobs:
59
git config user.name "github-actions[bot]"
60
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
61
62
+ - name: Fetch tags
63
+ id: fetch_tags
64
+ run: git fetch --prune --unshallow --tags
65
+
66
- name: Generate release body
67
id: make_body
68
run: .github/workflows/body.sh >> $GITHUB_ENV
0 commit comments