Skip to content

Commit

Permalink
fix: add needs cond for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Mar 24, 2023
1 parent 9c812ea commit b487847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
run: npm run prettier
- name: Check types
run: npm run check-types

release-please:
runs-on: ubuntu-latest
needs: ['lint', 'e2etest']
steps:
- uses: google-github-actions/release-please-action@v3
with:
Expand Down

0 comments on commit b487847

Please sign in to comment.