Explorar el Código

fix: tag error

GyDi hace 3 años
padre
commit
95349eacab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,