mirror of https://github.com/sbt/sbt.git
Merge pull request #6118 from eed3si9n/wip/1.5.0-SNAPSHOT
1.5.0-SNAPSHOT
This commit is contained in:
commit
e96ae5779b
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
;;
|
||||
5)
|
||||
# build from fresh IO, LM, and Zinc
|
||||
BUILD_VERSION="1.4.0-SNAPSHOT"
|
||||
BUILD_VERSION="1.5.0-SNAPSHOT"
|
||||
cd io
|
||||
sbt -v -Dsbt.build.version=${BUILD_VERSION} +publishLocal
|
||||
cd ../
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
run: |
|
||||
# build from fresh IO, LM, and Zinc
|
||||
TIMESTAMP=$(TZ=UTC date +%Y%m%dT%H%M%S)
|
||||
export BUILD_VERSION="1.4.0-bin-${TIMESTAMP}"
|
||||
export BUILD_VERSION="1.5.0-bin-${TIMESTAMP}"
|
||||
cd io
|
||||
sbt -v +publish
|
||||
cd ../
|
||||
|
|
|
|||
Loading…
Reference in New Issue