Skip to content

Commit

Permalink
fix(workflow): fix release workflow due to remaining web target
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 11, 2023
1 parent e46799e commit 2760408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: apivideo/.github/.github/workflows/flutter_build_android.yml@main
publish:
name: Publish to pub.dev
needs: [ build_ios, build_android, build_web ]
needs: [ build_ios, build_android ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2760408

Please sign in to comment.