Skip to content

Commit 0afe8c2

Browse files
ci: Added needs to releaser
1 parent 14a48d5 commit 0afe8c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
releaser:
5858
name: "🏁 Release"
5959
if: startsWith(github.ref, 'refs/tags/')
60+
needs:
61+
- test
62+
- lint
6063
runs-on: ubuntu-latest
6164
steps:
6265
- name: "📥 Checkout Code (Full History)"

0 commit comments

Comments
 (0)