Skip to content

Commit

Permalink
Merge pull request #1635 from Miepee/patch-4
Browse files Browse the repository at this point in the history
Fix yet another crash of uploading CI
  • Loading branch information
colinator27 authored Jan 12, 2024
2 parents 4071f4e + b5c8615 commit 286423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_gui_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
console.warn("Found the bleeding edge release that is draft.\nTrying to publish...");
try {
await github.repos.updateRelease({owner, repo, release_id, draft: false});
await github.rest.repos.updateRelease({owner, repo, release_id, draft: false});
}
catch (err) {
if ('status' in err && err.status == 422) {
Expand Down

0 comments on commit 286423d

Please sign in to comment.