Skip to content

Commit

Permalink
fix: CI release is last job
Browse files Browse the repository at this point in the history
  • Loading branch information
8e8b2c committed Apr 30, 2024
1 parent e129124 commit 3929cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3929cad

Please sign in to comment.