mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
1.5.0-SNAPSHOT
This commit is contained in:
@@ -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 ../
|
||||
|
||||
Reference in New Issue
Block a user