Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Sep 18, 2024
1 parent 4591eda commit f406b80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
on:
push:
tags:
- 'v*'
branches: ['main']
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'LiveBox v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseName: 'PakePlus v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'See the assets to download and install this version.'
releaseDraft: false
prerelease: false
Expand Down

0 comments on commit f406b80

Please sign in to comment.