File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,13 @@ jobs:
48
48
- name : install frontend dependencies
49
49
run : bun install --frozen-lockfile # change this to npm, pnpm or bun depending on which one you use.
50
50
51
- - name : Get current date
52
- env :
53
- TZ : ' Asia/Tokyo'
54
- id : date
55
- run : echo "RELEASE_DATE=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
56
51
57
52
- uses : tauri-apps/tauri-action@v0
58
53
env :
59
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
55
with :
61
- tagName : ${{ env.RELEASE_DATE }}
62
- releaseName : ' Version: ${{ env.RELEASE_DATE }} '
56
+ tagName : app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
57
+ releaseName : ' App v__VERSION__ '
63
58
releaseBody : ' See the assets to download this version and install.'
64
59
releaseDraft : true
65
60
prerelease : false
You can’t perform that action at this time.
0 commit comments