From ad12a7e15d1440f320f4c59cf1c44165d2f42bd8 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:04:59 +0900 Subject: [PATCH] don't use build number in version --- .github/workflows/build-flutter-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-flutter-release.yml b/.github/workflows/build-flutter-release.yml index df4c3718..3f2ae1b6 100644 --- a/.github/workflows/build-flutter-release.yml +++ b/.github/workflows/build-flutter-release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - name: Get subtracks version - run: echo "SUBTRACKS_VERSION=$(yq '.version' pubspec.yaml)" >> $GITHUB_ENV + run: echo "SUBTRACKS_VERSION=$(yq '.version' pubspec.yaml | cut -d '+' -f 1)" >> $GITHUB_ENV - uses: subosito/flutter-action@v2 with: