Skip to content

Commit

Permalink
don't use build number in version
Browse files Browse the repository at this point in the history
  • Loading branch information
austinried committed Apr 28, 2023
1 parent 1c5fea2 commit ad12a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-flutter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad12a7e

Please sign in to comment.