Skip to content

Commit

Permalink
fix: tag error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Jan 18, 2022
1 parent 82ba604 commit 95349ea
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 @@ -37,7 +37,7 @@ async function resolveRelease() {
const release = await github.rest.repos.getReleaseByTag({
owner: context.repo.owner,
repo: context.repo.repo,
tag: "update",
tag: "updater",
});
const { data: assets } = await github.rest.repos.listReleaseAssets({
owner: context.repo.owner,
Expand Down

0 comments on commit 95349ea

Please sign in to comment.