Skip to content

Commit 8af41c1

Browse files
committed
Set version, not scalaVersion. Argh.
1 parent d3d1d4e commit 8af41c1

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
@@ -8,7 +8,7 @@
88
if [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)? ]]; then
99
echo "Going to release from tag $TRAVIS_TAG!"
1010
myVer=$(echo $TRAVIS_TAG | sed -e s/^v//)
11-
export publishVersion='set every scalaVersion := "'$myVer'"'
11+
export publishVersion='set every version := "'$myVer'"'
1212
export extraTarget="publish-signed"
1313
cat admin/gpg.sbt >> project/plugins.sbt
1414
admin/decrypt.sh sensitive.sbt

0 commit comments

Comments
 (0)