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