Skip to content

Commit 03e3c68

Browse files
authored
Merge pull request #5 from DC23/orffen#76-Release-Automation
I don't think draft releases are what we want
2 parents bd680a3 + e4e3697 commit 03e3c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
name: ${{ github.event.release.name }}
3737
allowUpdates: true # Set this to false if you want to prevent updating existing releases
38-
draft: true
38+
draft: false
3939
prerelease: false
4040
artifacts: './system.json, ./${{ github.event.release.tag_name }}.zip'
4141
tag: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)