We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f108ad commit 6ba49c7Copy full SHA for 6ba49c7
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
with:
51
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
52
- releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
+ releaseName: 'RSQL v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
53
releaseBody: 'See the assets to download and install this version.'
54
releaseDraft: true
55
prerelease: false
0 commit comments