don't use build number in version

This commit is contained in:
austinried 2023-04-28 16:04:59 +09:00
parent 1c5fea2dd4
commit ad12a7e15d

View File

@ -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: