Skip to content

Commit

Permalink
Update gh-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph authored Sep 22, 2024
1 parent b606001 commit 0195929
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,13 @@ jobs:
- name: install frontend dependencies
run: bun install --frozen-lockfile # change this to npm, pnpm or bun depending on which one you use.

- name: Get current date
env:
TZ: 'Asia/Tokyo'
id: date
run: echo "RELEASE_DATE=$(date +'%Y.%m.%d')" >> $GITHUB_ENV

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: ${{ env.RELEASE_DATE }}
releaseName: 'Version: ${{ env.RELEASE_DATE }}'
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 0195929

Please sign in to comment.