From 9d5b68a18b5ca04623862a0c5ffbc2648c75132a Mon Sep 17 00:00:00 2001 From: sbritorodr Date: Mon, 31 Oct 2022 20:59:56 +0000 Subject: [PATCH] Changed workflows --- .github/workflows/essentials.yml | 5 +---- .github/workflows/full.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/essentials.yml b/.github/workflows/essentials.yml index 0a7e6bd..8fe2976 100644 --- a/.github/workflows/essentials.yml +++ b/.github/workflows/essentials.yml @@ -1,9 +1,6 @@ name: "publish Essentials" on: workflow_dispatch: - push: - branches: - - release jobs: publish-tauri: @@ -34,7 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: v.__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + tagName: e.__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: " Allsum Essentials __VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: true diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 0ee1eb5..7f87ce8 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -1,9 +1,6 @@ name: "publish Full" on: workflow_dispatch: - push: - branches: - - release jobs: publish-tauri: @@ -34,7 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: v.__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + tagName: f.__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: " Allsum FULL __VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: true