Skip to content

Commit 2489925

Browse files
authored
Merge pull request #373 from scala-steward/update/sbt-ci-release-1.9.2
Update sbt-ci-release to 1.9.2
2 parents 2097cdd + baa8b86 commit 2489925

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 8
1717
cache: sbt
18+
- uses: sbt/setup-sbt@v1
1819
- run: sbt ci-release
1920
env:
2021
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
distribution: temurin
3737
java-version: ${{matrix.java}}
3838

39+
- name: Set up sbt
40+
uses: sbt/setup-sbt@v1
41+
3942
- name: Cache Coursier cache
4043
uses: coursier/cache-action@v6
4144

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)