Skip to content

Commit

Permalink
ci: try 3
Browse files Browse the repository at this point in the history
Signed-off-by: shinjith-dev <shinjithpallikkara@gmail.com>
  • Loading branch information
shinjith-dev committed Jun 30, 2024
1 parent 762b2fd commit d52e268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'Pomtick v__VERSION__'
releaseBody: "$RELEASE_NOTES"
releaseBody: ${{ RELEASE_NOTES }}
releaseDraft: false
prerelease: false # Commented to use semantic-release
args: ${{ matrix.args }}

0 comments on commit d52e268

Please sign in to comment.