Skip to content

Commit 3fc5f28

Browse files
committed
Test
1 parent ea4e5d8 commit 3fc5f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.run(params)
3030
setup_constants(platform)
3131

3232
unless params[:is_prerelease]
33-
branch = other_action.git_branch
33+
branch = "release/macos/1.154.0" # other_action.git_branch
3434
begin
3535
Helper::GitHelper.unfreeze_release_branch(branch, platform, params[:github_token])
3636
rescue StandardError => e

0 commit comments

Comments
 (0)