Skip to content

Commit 407867a

Browse files
committed
updates
1 parent aa1ab1d commit 407867a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ get_pyproject_version() {
3737
uv run "$SCRIPTS/get_pyproject_version.py" "$@"
3838
}
3939

40-
compute_build_versions() {
40+
compute_release_versions() {
4141
local RUN_OFFSET="${RUN_OFFSET:-0}"
4242
: "${GITHUB_RUN_NUMBER:=0}"
4343

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
id: versions
102102
run: |
103103
source "$SCRIPTS/common.sh"
104-
compute_build_versions
104+
compute_release_versions
105105
106106
- name: Setup Flutter
107107
uses: kuhnroyal/flutter-fvm-config-action/setup@v3

.github/workflows/extensions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,16 @@ jobs:
5252

5353
- name: Publish flet-ads
5454
# if:
55-
working-directory: ${{ env.SDK_PYTHON }}/packages/flet-ads
55+
working-directory: ${{ env.SDK_PYTHON }}/packages
5656
run: |
5757
source "$SCRIPTS/common.sh"
58+
compute_release_versions "flet-ads"
59+
5860
pushd "src/flutter/flet_ads"
5961
patch_pubspec_version "pubspec.yaml" "$PKG_VER"
6062
dart pub get && dart analyze
6163
6264
popd
63-
compute_build_versions flet-ads
6465
uv version "$PYPI_VER"
6566
uv build
6667
ls -laR "${SDK_PYTHON}/dist"

0 commit comments

Comments
 (0)