From 5c24d7d904042458deb1263dfe1cb9af67576ef0 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Wed, 5 Jul 2023 21:07:05 +0200 Subject: [PATCH] try fix --- scripts/bisect.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bisect.scala b/scripts/bisect.scala index 77615c0a..b89eaaa4 100755 --- a/scripts/bisect.scala +++ b/scripts/bisect.scala @@ -224,7 +224,7 @@ object ValidationScript: tmpScript(openCBDir)(raw""" |#!/usr/bin/env bash |export NIGHTLYBUILD=yes - |scalaVersion=$$(sbt "print ${scala3CompilerProject}/version" | tail -n 2 | grep . | tail -n 1) + |scalaVersion=$$(sbt "print ${scala3CompilerProject}/version" | grep . | tail -n 2 | head -n 1) |echo "ScalaVersion=$${scalaVersion}" |rm -r out |sbt "clean; set every sonatypePublishToBundle := Some(\"CommunityBuildRepo\" at \"$mavenRepo\"); ${scala3Project}/publish"