Force manual publishing of preview (#24894)

This is just a temporary change to help us debug with some weird issues
happening:
- Discord release not firing for certain builds
- Random blank release drafts showing up

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-02-14 13:58:39 -05:00 committed by GitHub
parent 20460239a0
commit 610158b2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -482,6 +482,6 @@ jobs:
- bundle
steps:
- name: gh release
run: gh release edit $GITHUB_REF_NAME --draft=false
run: gh release edit $GITHUB_REF_NAME --draft=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}