From a5f2ffe29b3b85c15635b1e0217e6c4f9604fc63 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 8 Mar 2023 12:26:43 +0200 Subject: [PATCH] AUR *also* needs build, for the tag and release notes --- .github/workflows/buildAndDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 395eac6402..c10748074c 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -345,7 +345,7 @@ jobs: AUR-update: continue-on-error: true runs-on: ubuntu-latest - needs: upload-github-release-and-post-to-discord + needs: [build, upload-github-release-and-post-to-discord] steps: - name: Get AUR PKGBUILD