GyDi před 3 roky
rodič
revize
95349eacab
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,