소스 검색

fix: tag error

GyDi 3 년 전
부모
커밋
95349eacab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/release.mjs

+ 1 - 1
scripts/release.mjs

@@ -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,