From 1f507569bf03bd2258b20996deec5b1de54b0709 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 25 Oct 2020 21:22:33 +0100 Subject: [PATCH] fix needs in gh actions --- .github/workflows/aur-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index cf46e7e..2c19b32 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -20,8 +20,7 @@ jobs: path: ./PKGBUILD retention-days: 1 aur_upload: - needs: - - aur_patch + needs: aur_patch runs-on: ubuntu-latest steps: - uses: actions/checkout@v2