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