Skip to content

Commit 9579518

Browse files
committed
chore: update releaseBody [skip ci]
1 parent b848bee commit 9579518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
6464
releaseName: 'v__VERSION__'
65-
releaseBody: 'See [CHANGES.md](https://github.com/Uninen/tauri-vue-template/blob/main/CHANGES.md) for a complete list of changes.'
65+
releaseBody: 'Note: macOS builds are not signed so in order to run the app, after moving the app to Applications folder you need to run xattr -c /Applications/tauri-app.app in the terminal. (See tauri-apps/tauri-action#919) See [CHANGES.md](https://github.com/Uninen/tauri-vue-template/blob/main/CHANGES.md) for a complete list of changes.'
6666
releaseDraft: true
6767
prerelease: false
6868
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)