Skip to content

Commit 4071f4e

Browse files
authored
Merge pull request #1630 from Miepee/patch-3
Fix another crash of dependency bump
2 parents 33f567b + 69738dc commit 4071f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_gui_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
await new Promise(r => setTimeout(r, 10000));
131131
132132
const {owner, repo} = context.repo;
133-
const listReleasesResponse = await github.repos.listReleases({
133+
const listReleasesResponse = await github.rest.repos.listReleases({
134134
owner,
135135
repo
136136
});

0 commit comments

Comments
 (0)