From efd71670f4cdb26a74efcf95dfd5dbc5a3570af1 Mon Sep 17 00:00:00 2001 From: Priestch Date: Wed, 23 Jun 2021 07:26:40 +0800 Subject: [PATCH] chore: update release info in github action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 68b06ea..f3cef4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: "App v__VERSION__" + releaseName: "Open Office XML Viewer v__VERSION__" body: "See the assets to download this version and install." draft: true prerelease: false