Skip to content

Commit

Permalink
Merge pull request #1630 from Miepee/patch-3
Browse files Browse the repository at this point in the history
Fix another crash of dependency bump
  • Loading branch information
colinator27 authored Jan 12, 2024
2 parents 33f567b + 69738dc commit 4071f4e
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 @@ -130,7 +130,7 @@ jobs:
await new Promise(r => setTimeout(r, 10000));
const {owner, repo} = context.repo;
const listReleasesResponse = await github.repos.listReleases({
const listReleasesResponse = await github.rest.repos.listReleases({
owner,
repo
});
Expand Down

0 comments on commit 4071f4e

Please sign in to comment.