From f8494bce7be2274ef32d0511a3887e7614ba7428 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Fri, 28 Jun 2024 02:24:12 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e701974..1d51b65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: const { data } = await github.rest.repos.createRelease({ owner: context.repo.owner, repo: context.repo.repo, - tag_name: `app-v${process.env.PACKAGE_VERSION}`, + tag_name: `v${process.env.PACKAGE_VERSION}`, name: `MD Viewer v${process.env.PACKAGE_VERSION}`, body: 'Take a look at the assets to download and install this app.', draft: true,