Skip to content

Commit b487847

Browse files
committed
fix: add needs cond for release
1 parent 9c812ea commit b487847

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ jobs:
5454
run: npm run prettier
5555
- name: Check types
5656
run: npm run check-types
57+
5758
release-please:
5859
runs-on: ubuntu-latest
60+
needs: ['lint', 'e2etest']
5961
steps:
6062
- uses: google-github-actions/release-please-action@v3
6163
with:

0 commit comments

Comments
 (0)