diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index db746b39..333078d0 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -75,17 +75,13 @@ jobs: - name: install frontend dependencies run: pnpm install # change this to npm, pnpm or bun depending on which one you use. - # - name: Build Other app - # if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-20.04' - # run: pnpm tauri build - - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - 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.' + tagName: PakePlus-v__VERSION__ + releaseName: 'PakePlus v__VERSION__' + body_path: ./Note.md releaseDraft: true prerelease: false args: ${{ matrix.args }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e1191df..0378aeda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,8 +85,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. - releaseName: 'PakePlus v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. + tagName: ${{ github.ref_name }} + releaseName: 'PakePlus v__VERSION__' body_path: ./Note.md releaseDraft: false prerelease: false