Skip to content

Commit

Permalink
Use message from commit in release body
Browse files Browse the repository at this point in the history
  • Loading branch information
xcmd-io committed Sep 10, 2023
1 parent bbf2fb2 commit fc0b696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: test # ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
projectPath: xcmd-tauri
releaseName: 'Cross Commander v__VERSION__'
releaseBody: 'See the assets to download and install this version.'
releaseBody: ${{ github.event.head_commit.message }}
releaseDraft: true
prerelease: false
2 changes: 1 addition & 1 deletion xcmd-tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "xcmd",
"version": "0.1.4"
"version": "0.1.5"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit fc0b696

Please sign in to comment.