Skip to content

Commit 989d76d

Browse files
author
JeanMarc van Leerdam
committed
Update release CI (keep disabled for now)
1 parent 5c97b9a commit 989d76d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
tags: ["*"]
66
jobs:
77
publish:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2.3.4
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v10
13+
- uses: olafurpg/setup-scala@v14
14+
with:
15+
java-version: zulu@1.17
1416
- run: sbt ci-release
1517
env:
1618
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)