Skip to content

Commit b7c7dd7

Browse files
authored
Merge pull request #1164 from fthomas/topic/release-jar
Publish scala-steward-core jar
2 parents da3a00c + e40e018 commit b7c7dd7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ after_success:
2929
stages:
3030
- name: test
3131
- name: release
32-
if: (branch = master AND type = push) OR (tag IS present)
32+
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
3333

3434
jobs:
3535
include:
3636
- stage: release
3737
jdk: openjdk8
3838
script: docker login -u $DOCKER_USER -p $DOCKER_PASS && sbt docker:publish
39+
name: docker
40+
- script: sbt ci-release
41+
name: jar
3942

4043
notifications:
4144
webhooks:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
21
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
32
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
43
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
4+
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0")
66
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.11")
77
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.9.5")

0 commit comments

Comments
 (0)