Skip to content

Commit

Permalink
ci: fix missing tag name error
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Aug 26, 2022
1 parent 69be2f0 commit 23f93fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23f93fd

Please sign in to comment.