Skip to content

Commit

Permalink
test values
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Nov 21, 2024
1 parent 4787274 commit 1299996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def self.release_task_name(version, platform, is_hotfix: false)
when "ios"
is_hotfix ? "iOS App Hotfix Release #{version}" : "iOS App Release #{version}"
when "macos"
is_hotfix ? "macOS App Hotfix Release #{version}" : "macOS App Release #{version}"
is_hotfix ? "[TEST] macOS App Hotfix Release #{version}" : "macOS App Release #{version}"
else
UI.user_error!("Unsupported platform: #{platform}")
end
Expand Down

0 comments on commit 1299996

Please sign in to comment.