Skip to content

Commit

Permalink
printing pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Panosfunk committed Sep 2, 2024
1 parent 85ae8a3 commit 1ec6958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ platform :android do
sh "flutter pub get"
sh "flutter pub upgrade"

pubspec_content = YAML.load_file("../pubspec.yaml")
sh "$(dirname $(dirname "$0"))"
pubspec_content = YAML.load_file('../pubspec.yaml')
# current_version_code = google_play_track_version_codes(track: 'internal')
version_string = pubspec_content['version']
version_parts = version_string.split('+')
Expand Down

0 comments on commit 1ec6958

Please sign in to comment.