mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
don't use build number in version
This commit is contained in:
parent
1c5fea2dd4
commit
ad12a7e15d
2
.github/workflows/build-flutter-release.yml
vendored
2
.github/workflows/build-flutter-release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user