We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702c9ad commit 7520be5Copy full SHA for 7520be5
ci/scripts/stage.sh
@@ -35,7 +35,7 @@ git add gradle.properties > /dev/null
35
git commit -m"Release v$stageVersion" > /dev/null
36
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
37
38
-./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build buildSamples publishAllPublicationsToDeploymentRepository
+./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository
39
40
git reset --hard HEAD^ > /dev/null
41
if [[ $nextVersion != $snapshotVersion ]]; then
0 commit comments