We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408b966 commit b8c8027Copy full SHA for b8c8027
.github/workflows/extensions.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Publish flet-ads
56
working-directory: ${{ env.SDK_PYTHON }}/packages/flet-ads
57
run: |
58
- uv run "${SCRIPTS}/patch_pubspec_version.py" "src/flutter/*/pubspec.yaml" $PKG_VER
+ uv run "${SCRIPTS}/patch_pubspec_version.py" "src/flutter/flet_ads/pubspec.yaml" "$PKG_VER"
59
dart pub get && dart analyze
60
61
uv version "$PYPI_VER"
0 commit comments