Skip to content

Commit 8c33741

Browse files
committed
Update GitHub Actions: Fix the broken release build
1 parent 0091184 commit 8c33741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "SBT_OPTS=${SBT_OPTS}"
5454
java -version
5555
sbt \
56-
++${{ matrix.scala.version }}! \
56+
++${{ matrix.scala.version }} \
5757
-v \
5858
clean \
5959
test

0 commit comments

Comments
 (0)