Skip to content
Snippets Groups Projects
Unverified Commit 95349eac authored by GyDi's avatar GyDi
Browse files

fix: tag error

parent 82ba604b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment