Skip to content

Commit 8e54d97

Browse files
committed
Revert sbt-ci-release to the older version
1 parent 3aaa930 commit 8e54d97

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
name: Release
22
on:
33
push:
4-
tags: ["v*"]
4+
branches: [master, main]
5+
tags: ["*"]
56
jobs:
67
publish:
7-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
89
steps:
9-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v2.3.4
1011
with:
1112
fetch-depth: 0
12-
- uses: actions/setup-java@v4
13-
with:
14-
distribution: temurin
15-
java-version: 8
16-
cache: sbt
13+
- uses: olafurpg/setup-scala@v13
1714
- run: sbt ci-release
1815
env:
1916
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2017
PGP_SECRET: ${{ secrets.PGP_SECRET }}
2118
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
22-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
19+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
33
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)