From 3929cadaa7ea009e710554d410fffc0dbcb9d459 Mon Sep 17 00:00:00 2001 From: 8e8b2c <8e8b2c@proton.me> Date: Tue, 30 Apr 2024 15:07:27 +0100 Subject: [PATCH] fix: CI release is last job --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a0d4c48..3b202f7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -159,6 +159,8 @@ jobs: release: name: Publish release artefacts if: startsWith(github.ref, 'refs/tags/v') + needs: + - e2e runs-on: ubuntu-20.04 steps: - name: Checkout