enonic / release-tools

Enonic Release Tools
2 stars 0 forks source link

enonic-gradle github action should support private repos #33

Closed rymsha closed 3 years ago

rymsha commented 3 years ago
rymsha commented 3 years ago

repository can be specified via repoKey property in gradle.properties build won't fail, but it won't attempt to publish if git repository is private and repoKey is not specified. Or if current branch is not master.

for public repositories publishing happens even if repoKey is not specified (to public or snapshot). Publishing could be prevented by specifying empty repoKey value.