Skip to content

Commit

Permalink
Update set_github_release to main. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jey-starratt authored Aug 26, 2021
1 parent d4be0f3 commit 318ca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ platform :ios do
name: "v#{version}",
tag_name: "v#{version}",
description: (File.read(changelog_path) rescue "No Changelog provided"),
commitish: "master",
commitish: "main",
upload_assets: deploy_zip
)
end
Expand Down

0 comments on commit 318ca85

Please sign in to comment.