Skip to content

Commit

Permalink
Changed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sbritorodr authored Oct 31, 2022
1 parent 85257a0 commit 9d5b68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/essentials.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "publish Essentials"
on:
workflow_dispatch:
push:
branches:
- release

jobs:
publish-tauri:
Expand Down Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "publish Full"
on:
workflow_dispatch:
push:
branches:
- release

jobs:
publish-tauri:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d5b68a

Please sign in to comment.