diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 346dabd4..848782db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,7 @@ name: Release on: push: - tags: - - 'v*' + branches: ['main'] workflow_dispatch: jobs: @@ -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