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.
1 parent 5c97b9a commit 989d76dCopy full SHA for 989d76d
.github/workflows/release.yml
@@ -5,12 +5,14 @@ on:
5
tags: ["*"]
6
jobs:
7
publish:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- - uses: olafurpg/setup-scala@v10
+ - uses: olafurpg/setup-scala@v14
14
+ with:
15
+ java-version: zulu@1.17
16
- run: sbt ci-release
17
env:
18
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments