Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
soun1920 authored Sep 10, 2024
1 parent 66b1a29 commit 82928cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ 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__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "Eftify v__VERSION__"
releaseBody: "See the assets to download this version and install."
includeUpdaterJson: true
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}

0 comments on commit 82928cf

Please sign in to comment.