Skip to content

Commit 9cb4712

Browse files
committed
ci: manage tags
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 57e7f4e commit 9cb4712

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DesignToolbox/fastlane/Fastfile

+3
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ platform :ios do
537537
response = Net::HTTP.get(uri)
538538
tags = JSON.parse(response)
539539

540+
puts tags.inspect
541+
puts tags.class
542+
540543
if tags.any? { |t| t['name'] == tag }
541544
puts "ℹ️ The tag '#{tag}' still exists, won't create new tag"
542545
return false

0 commit comments

Comments
 (0)