Skip to content

Commit c2ad19a

Browse files
authored
Merge pull request #16 from Neotron-Compute/bugfix/remove-draft-label
Making the release a draft makes two releases.
2 parents ce0c0f8 + d39b1ee commit c2ad19a

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
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
tag_name: ${{ github.ref }}
3434
release_name: Release ${{ steps.branch_name.outputs.SOURCE_TAG }}
35-
draft: true
35+
draft: false
3636
prerelease: false
3737
- name: Upload files to Release
3838
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)