Skip to content

Commit

Permalink
Update main branch name in GH release plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Oct 25, 2022
1 parent d1fc89f commit b66f7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ githubRelease {
token = System.getenv('TEAMCITY_PLUGIN_GIT_TOKEN') ?: ''
owner = 'etiennestuder'
repo = 'teamcity-build-scan-plugin'
targetCommitish = 'master'
targetCommitish = 'main'
releaseName = gitHubReleaseName()
tagName = gitReleaseTag()
prerelease = !RELEASE
Expand Down

0 comments on commit b66f7e3

Please sign in to comment.