Skip to content

Commit

Permalink
fix releaseDraft dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyang committed Jan 21, 2025
1 parent 6d52159 commit 28212d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build, test, inspectCode, verify ]
needs: [ build, test, verify ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 28212d5

Please sign in to comment.