From 52eda1b48c388cbf01cf31894dc217fff097508b Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 12 Oct 2021 13:42:56 +0100 Subject: [PATCH] ci: :construction: Added the APT to need the versioning job [skip ci] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b389dc46d..e1047f965 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,7 +190,7 @@ jobs: artifacts/**/*.zip update-apt: - needs: [ release ] + needs: [ release, versioning ] runs-on: ubuntu-latest steps: - name: Trigger APT Build