Skip to content

Commit

Permalink
Run release draft build on dispatch (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuTiDore authored Mar 5, 2023
1 parent 6d0696c commit 194fd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: build

on:
push:
branches: [main]
workflow_dispatch:

jobs:
build-tauri:
Expand Down Expand Up @@ -32,8 +31,8 @@ jobs:
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
# the action automatically replaces \_\_VERSION\_\_ with the app version
tagName: draft-release
releaseName: "TEMPLATE"
releaseBody: "This template build used tauri config __VERSION__"
tagName: __VERSION__-beta
releaseName: "__VERSION__ BETA"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: test

on:
push:
branches: [main]
pull_request:
branches: [main]

Expand Down

0 comments on commit 194fd9c

Please sign in to comment.