Skip to content

Commit

Permalink
update build note
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Nov 29, 2024
1 parent 26c0fcf commit 29a8be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'PakePlus v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'This is a workflow to help you automate the publishing of your PakePlus project to GitHub Packages.'
body_path: ./Note.md
releaseDraft: false
prerelease: false
publish: true
Expand Down

0 comments on commit 29a8be1

Please sign in to comment.