Skip to content

Commit 3ce9156

Browse files
committed
Change default default option to false
1 parent 20efa3a commit 3ce9156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
tag_name: ${{ github.ref }}
2121
release_name: Release ${{ github.ref }}
22-
draft: true
22+
draft: false
2323
prerelease: false
2424
# Any variables can not be shared between jobs, thus copy the URL
2525
# of the created Github release into a file as an artifact

0 commit comments

Comments
 (0)