Skip to content

Commit

Permalink
test(hardcoded git-tag)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Sheppard<[email protected]>
  • Loading branch information
PalmN72 committed Oct 27, 2023
1 parent 682ba6c commit 6b69aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/skolplattformen-app-new/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ platform :android do
includes_lane: true,
# prefix: "v#{ENV['VERSION_NAME']}-",
# build_number: ENV['VERSION_CODE'],
tag:"v#{ENV['VERSION_NAME']}-#{ENV['VERSION_CODE']}"
tag:"v1.0.1"
)
push_to_git_remote(
tags: true
Expand Down

0 comments on commit 6b69aba

Please sign in to comment.