Skip to content

Commit

Permalink
Require tests to pass in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Dec 10, 2023
1 parent d2639d0 commit f6ef4c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:

build:
name: Build & release Tauri app
needs: [test]
uses: ./.github/workflows/build-tauri-app.yml
with:
tagName: __VERSION__
Expand Down

0 comments on commit f6ef4c8

Please sign in to comment.