Skip to content

Commit 7e46be1

Browse files
committed
Add sbt-github plugin
1 parent 61a3d1a commit 7e46be1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
stages:
1212
- name: test
1313
- name: release
14-
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
14+
if: tag IS present AND NOT fork
1515

1616
jobs:
1717
include:

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.8.2")
12
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
23
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")
34
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")

0 commit comments

Comments
 (0)