App version from pubspec only. Bump version.

This commit is contained in:
stopflock
2025-10-03 10:44:33 -05:00
parent fd47813bdf
commit 02c66b3785
9 changed files with 99 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Get version from lib/dev_config.dart
id: set-version
run: |
echo version=$(grep "kClientVersion" lib/dev_config.dart | cut -d '=' -f 2 | tr -d ';' | tr -d "\'" | tr -d " ") >> $GITHUB_OUTPUT
echo version=$(grep "version:" pubspec.yaml | head -1 | cut -d ':' -f 2 | tr -d ' ') >> $GITHUB_OUTPUT
# - name: Extract version from pubspec.yaml
# id: extract_version