We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish_release
1 parent bd5a8f0 commit d31c7a1Copy full SHA for d31c7a1
fastlane/lanes/release.rb
@@ -362,7 +362,7 @@
362
UI.important "Publishing release #{version_number} on GitHub"
363
364
publish_github_release(
365
- repository: GITHUB_REPO,
+ repository: GHHELPER_REPO,
366
name: version_number
367
)
368
@@ -612,7 +612,7 @@ def ensure_branch_does_not_exist!(branch_name)
612
# Delete a branch remotely, after having removed any GitHub branch protection
613
#
614
def delete_remote_git_branch!(branch_name)
615
- remove_branch_protection(repository: GITHUB_REPO, branch: branch_name)
+ remove_branch_protection(repository: GHHELPER_REPO, branch: branch_name)
616
617
Git.open(Dir.pwd).push('origin', branch_name, delete: true)
618
end
0 commit comments