From c66431dd7a40bce601106c9b4fac145af314ad5e Mon Sep 17 00:00:00 2001 From: avivbeeri Date: Thu, 22 Apr 2021 20:32:44 +0100 Subject: [PATCH] Fixing broken actions dependancy --- .github/workflows/itch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/itch.yml b/.github/workflows/itch.yml index 979c76e2..4f5db3e9 100644 --- a/.github/workflows/itch.yml +++ b/.github/workflows/itch.yml @@ -47,7 +47,6 @@ jobs: notify-discord: runs-on: ubuntu-latest - needs: [ release-artifacts ] steps: - id: fetch-latest-release uses: thebritican/fetch-latest-release@v2.0.0