Skip to content

Commit

Permalink
publish release requires pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 6, 2024
1 parent 183b146 commit af770a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
environment: pub.dev
working-directory: packages/opencv_dart
release:
needs: [test]
needs: [test, publish-opencv-dart, publish-opencv-core]
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit af770a0

Please sign in to comment.