diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ceec9ae1..843f3b898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: deploy: needs: - compile-and-test - uses: ./.github/workflows/compile-and-test.yml + uses: ./.github/workflows/deploy.yml with: renderer-template: ${{ matrix.renderer-template }} app-version: ${{ needs.prepare.outputs.APP_FULL_VERSION }}