Skip to content

Commit

Permalink
ci: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akagi201 committed Dec 10, 2023
1 parent 3cececd commit 0ed157c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: release-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'release-v__VERSION__'
tagName: 'v__VERSION__-release' # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'v__VERSION__-release'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
prerelease: false

0 comments on commit 0ed157c

Please sign in to comment.