diff --git a/.github/workflows/pack_monorepo.yaml b/.github/workflows/pack_monorepo.yaml index d844c20..b3e5f95 100644 --- a/.github/workflows/pack_monorepo.yaml +++ b/.github/workflows/pack_monorepo.yaml @@ -66,7 +66,7 @@ jobs: retention-days: 1 package: - needs: build_extension + needs: [build_extension, package_application] runs-on: ubuntu-latest steps: - name: Checkout Repo