build: 0.3.0-rc-2

This commit is contained in:
DecDuck
2025-05-28 20:09:58 +10:00
parent d878806ade
commit d045385a5d
6 changed files with 8 additions and 92 deletions

View File

@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: dev-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'Auto-release v__VERSION__'
releaseBody: 'See the assets to download this version and install. This release was created automatically.'
releaseDraft: false