Skip to content

Commit

Permalink
fix: script error...
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Jan 18, 2022
1 parent 95349ea commit 209a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 209a5b1

Please sign in to comment.