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,