Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit d009c44

Browse files
committed
Create non-draft releases by default on version tag pushes
1 parent 037e152 commit d009c44

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
tag_name: ${{ github.ref }}
2727
release_name: Release ${{ github.ref }}
28-
draft: true
28+
draft: false
2929
prerelease: false
3030
- name: Upload Release Asset
3131
id: upload-release-asset

0 commit comments

Comments
 (0)