Skip to content

Commit 20ba3eb

Browse files
authored
Merge pull request #1022 from IntersectMBO/smelc/release-release-no-draft
Create ready releases (skip draft state)
2 parents fd4f932 + 34a0d32 commit 20ba3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
- name: Create Release
220220
uses: input-output-hk/action-gh-release@v1
221221
with:
222-
draft: true
222+
draft: false
223223
tag_name: ${{ needs.wait_for_hydra.outputs.TARGET_TAG }} # Git tag the release is attached to
224224
name: ${{ env.SHORT_TAG }} # Release name in GitHub UI
225225
# TODO generalize

0 commit comments

Comments
 (0)