From 23f93fdefffa9bf105f932ff79194becff50df12 Mon Sep 17 00:00:00 2001 From: Priestch Date: Fri, 26 Aug 2022 19:13:44 +0800 Subject: [PATCH] ci: fix missing tag name error --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 884d660..f598598 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,6 +44,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: "Open Office XML Viewer v__VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: true