Skip to content

Commit 6ba49c7

Browse files
committed
feat: update ci
1 parent 5f108ad commit 6ba49c7

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
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
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.
52+
releaseName: 'RSQL v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
5353
releaseBody: 'See the assets to download and install this version.'
5454
releaseDraft: true
5555
prerelease: false

0 commit comments

Comments
 (0)