Skip to content

Commit 67db780

Browse files
authored
[Fix] Simplify release mechanism by removing scapegoat selection (#1051)
1 parent 5eb69c5 commit 67db780

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.buildkite/publish.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ export CI_SONATYPE_RELEASE=$"; bytes/sonatypeBundleRelease; rlp/sonatypeBundleRe
4848
# so as a workaround the combos are called here explicitly.
4949
function release {
5050
SCALA_VERSION=$1
51-
export SCAPEGOAT_VERSION=$2
5251

5352
sbt "++ $SCALA_VERSION ; ci-release"
5453
}
5554

5655
function releaseAll {
57-
release 2.12.10 1.4.5
58-
release 2.13.4 1.4.7
56+
release 2.12.13
57+
release 2.13.6
5958
}
6059

6160
if [[ "$BUILDKITE_BRANCH" == "develop" ]]; then

0 commit comments

Comments
 (0)