From ebceacc7079c9f4e0e114cc92c065a4f935a19af Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:59:09 +0200 Subject: [PATCH] Minor workflow cleanup --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d285c0d..6d0ff68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,6 +100,8 @@ jobs: --verify-tag deploy: + needs: release + strategy: matrix: app: @@ -112,7 +114,6 @@ jobs: # GUI asset isn't suffixed, unlike the CLI asset asset: DiscordChatExporter - needs: release runs-on: ubuntu-latest permissions: actions: read