File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ compute_release_versions() {
8080 local build=" ${pkg} +$(( GITHUB_RUN_NUMBER + RUN_OFFSET)) "
8181 local pypi=" ${build/ +/ .dev} "
8282 echo " compute_release_versions: _next_dev_from -> pkg=${pkg} build=${build} pypi=${pypi} " >&2
83- printf ' %s %s %s' " $pkg " " $build " " $pypi "
83+ printf ' %s %s %s\n ' " $pkg " " $build " " $pypi "
8484 }
8585
8686 # ---------------- pyproject flow ----------------
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 id : versions
102102 run : |
103103 source "$SCRIPTS/common.sh"
104- compute_release_versions
104+ RUN_OFFSET=6000 compute_release_versions
105105
106106 - name : Setup Flutter
107107 uses : kuhnroyal/flutter-fvm-config-action/setup@v3
Original file line number Diff line number Diff line change 5555 working-directory : ${{ env.SDK_PYTHON }}/packages
5656 run : |
5757 source "$SCRIPTS/common.sh"
58- compute_release_versions "flet-ads"
58+ RUN_OFFSET=500 compute_release_versions "flet-ads"
5959
6060 pushd "src/flutter/flet_ads"
6161 patch_pubspec_version "pubspec.yaml" "$PKG_VER"
You can’t perform that action at this time.
0 commit comments