From 70f4ae1cdb72fed2042d82a4a33ff71e53f3fda7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 25 Oct 2020 14:42:50 +0100 Subject: [PATCH] add dependency on aur gh action --- .github/workflows/aur-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index f4aee43..a150961 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -20,6 +20,8 @@ jobs: retention-days: 1 aur_upload: name: upload aur package + needs: + - aur_patch runs-on: ubuntu-latest steps: - uses: actions/checkout@v2