Skip to content

Commit

Permalink
feat: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkenD committed May 16, 2024
1 parent 973d73a commit 0939ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
tagName: v__VERSION__-alpha # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "Dester Desktop v__VERSION__-alpha"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 0939ed5

Please sign in to comment.