We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2097cdd + baa8b86 commit 2489925Copy full SHA for 2489925
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
distribution: temurin
16
java-version: 8
17
cache: sbt
18
+ - uses: sbt/setup-sbt@v1
19
- run: sbt ci-release
20
env:
21
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
.github/workflows/validate.yml
@@ -36,6 +36,9 @@ jobs:
36
37
java-version: ${{matrix.java}}
38
39
+ - name: Set up sbt
40
+ uses: sbt/setup-sbt@v1
41
+
42
- name: Cache Coursier cache
43
uses: coursier/cache-action@v6
44
project/plugins.sbt
@@ -1 +1 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
0 commit comments