mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-09 22:42:44 +01:00
don't use build number in version
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user