Skip to content

Commit b1819a2

Browse files
committed
Uncomment some code
1 parent 989a9c6 commit b1819a2

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

lib/fastlane/plugin/ddg_apple_automation/actions/tag_release_action.rb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ def self.run(params)
5252
end
5353
end
5454

55-
UI.success("Success ✅💪")
56-
57-
# unless assert_branch_tagged_before_public_release(params.values)
58-
# UI.important("Skipping release because release branch's HEAD is not tagged.")
59-
# Helper::GitHubActionsHelper.set_output("stop_workflow", true)
60-
# return
61-
# end
55+
unless assert_branch_tagged_before_public_release(params.values)
56+
UI.important("Skipping release because release branch's HEAD is not tagged.")
57+
Helper::GitHubActionsHelper.set_output("stop_workflow", true)
58+
return
59+
end
6260

6361
# if should_merge_before_deleting(params)
6462
# begin

0 commit comments

Comments
 (0)