Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit c5d8e99

Browse files
committed
in publishing, fix an sbt 0.13 vs sbt 1 thing
1 parent 5bdc727 commit c5d8e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
3939
echo "Releasing $tagVer on Java version $currentJvmVer according to 'scalaVersionsByJvm' in build.sbt."
4040
fi
4141
42-
extraTarget="+publish-signed"
42+
extraTarget="+publishSigned"
4343
cat admin/gpg.sbt >> project/plugins.sbt
4444
cp admin/publish-settings.sbt .
4545

0 commit comments

Comments
 (0)