File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ isReleaseJob() {
26
26
}
27
27
28
28
if [[ " $SCALAJS_VERSION " == " " ]]; then
29
- projectPrefix=" xml"
29
+ projectPrefix=" xml/ "
30
30
else
31
- projectPrefix=" xmlJS"
31
+ projectPrefix=" xmlJS/ "
32
32
fi
33
33
34
34
verPat=" [0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
@@ -43,12 +43,12 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
43
43
fi
44
44
45
45
# default is +publishSigned; we cross-build with travis jobs, not sbt's crossScalaVersions
46
- export CI_RELEASE=" $projectPrefix / publishSigned"
47
- export CI_SNAPSHOT_RELEASE=" $projectPrefix / publish"
46
+ export CI_RELEASE=" ${ projectPrefix} publishSigned"
47
+ export CI_SNAPSHOT_RELEASE=" ${ projectPrefix} publish"
48
48
49
49
# default is sonatypeBundleRelease, which closes and releases the staging repo
50
50
# see https://github.com/xerial/sbt-sonatype#commands
51
51
# for now, until we're confident in the new release scripts, just close the staging repo.
52
52
export CI_SONATYPE_RELEASE=" ; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
53
53
54
- sbt clean $projectPrefix / test $projectPrefix / publishLocal $releaseTask
54
+ sbt clean ${ projectPrefix} test ${ projectPrefix} publishLocal $releaseTask
You can’t perform that action at this time.
0 commit comments