Skip to content

Commit

Permalink
👷 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Oct 3, 2024
1 parent cc35eb3 commit f91a879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ 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__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "v__VERSION__"
releaseBody: ""
releaseDraft: false
prerelease: false
args: ${{ matrix.args }}

0 comments on commit f91a879

Please sign in to comment.