Skip to content

Commit

Permalink
ci: fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 4, 2024
1 parent 56c14a0 commit e06997c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,14 @@ platform :ios do
message: "chore(tvos): bump version to #{current_version_number}+#{current_build_number}",
xcodeproj: "./BCC Media tvOS/BCC Media tvOS.xcodeproj",
)
tag = add_git_tag(
add_git_tag(
grouping: "tvos",
includes_lane: false,
prefix: "v",
build_number: current_version_number,
postfix: "+"+current_build_number,
)
push_git_tags(
tag: tag,
)
push_git_tags
end

end

0 comments on commit e06997c

Please sign in to comment.