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.
1 parent 6d65a6a commit 8839219Copy full SHA for 8839219
.gitlab-ci.yml
@@ -124,6 +124,7 @@ upload-to-internal:
124
except:
125
- tags # Only publish from branches.
126
- schedules # Do not publish artifacts from scheduled jobs to save on disk space.
127
+ - main # Do not overwrite release artifacts.
128
script:
129
- ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS publishMavenJavaPublicationToGitLabRepository
130
0 commit comments