We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d1d4e commit 8af41c1Copy full SHA for 8af41c1
admin/build.sh
@@ -8,7 +8,7 @@
8
if [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)? ]]; then
9
echo "Going to release from tag $TRAVIS_TAG!"
10
myVer=$(echo $TRAVIS_TAG | sed -e s/^v//)
11
- export publishVersion='set every scalaVersion := "'$myVer'"'
+ export publishVersion='set every version := "'$myVer'"'
12
export extraTarget="publish-signed"
13
cat admin/gpg.sbt >> project/plugins.sbt
14
admin/decrypt.sh sensitive.sbt
0 commit comments