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:
parent
20460239a0
commit
610158b2f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue