Skip to content

Commit c0f93fc

Browse files
Publish GitHub release as draft (#5304)
I accidentally changed `draft: false` to `draft: true` in #5240. I actually think Copilot did this without me realizing.
1 parent 3238a6e commit c0f93fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,14 @@ jobs:
491491
- name: "Publish to GitHub"
492492
uses: softprops/action-gh-release@v1
493493
with:
494-
draft: false
494+
draft: true
495495
files: binaries/*
496496
tag_name: v${{ inputs.tag }}
497497

498498
# After the release has been published, we update downstream repositories
499499
# This is separate because if this fails the release is still fine, we just need to do some manual workflow triggers
500500
update-dependents:
501-
name: Release
501+
name: Update dependents
502502
runs-on: ubuntu-latest
503503
needs: publish-release
504504
steps:

0 commit comments

Comments
 (0)