fix: script error...
This commit is contained in:
parent
95349eacab
commit
209a5b1207
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async function resolveRelease() {
|
|||
|
||||
const github = getOctokit(process.env.GITHUB_TOKEN);
|
||||
|
||||
const release = await github.rest.repos.getReleaseByTag({
|
||||
const { data: release } = await github.rest.repos.getReleaseByTag({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
tag: "updater",
|
||||
|
|
Loading…
Add table
Reference in a new issue