Skip to content

Commit

Permalink
refactor(tag fix)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 27, 2023
1 parent 1102812 commit b0010e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/skolplattformen-app-new/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ platform :android do

system('git config user.email "[email protected]"')
system('git config user.name "Github Actions Android Pipeline"')


gitTagName = releaseNameSemVerArr.join('.').gsub(/[\s()]/, '')

add_git_tag(
grouping: "builds",
includes_lane: true,
# prefix: "v#{ENV['VERSION_NAME']}-",
# build_number: ENV['VERSION_CODE'],
tag:"v1.0.1"
tag: gitTagName
)
push_to_git_remote(
tags: true
Expand Down

0 comments on commit b0010e6

Please sign in to comment.