Skip to content

Commit 2c4a6d2

Browse files
committed
Make release draft for testing
1 parent 90b5998 commit 2c4a6d2

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
@@ -248,7 +248,7 @@ jobs:
248248
- name: Create Release
249249
uses: input-output-hk/action-gh-release@v1
250250
with:
251-
draft: false
251+
draft: true
252252
tag_name: ${{ needs.wait_for_hydra.outputs.TARGET_TAG }} # Git tag the release is attached to
253253
name: ${{ env.SHORT_TAG }} # Release name in GitHub UI
254254
# TODO generalize

0 commit comments

Comments
 (0)