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 ab4f47e commit 4117f8eCopy full SHA for 4117f8e
.github/workflows/release.yml
@@ -9,9 +9,14 @@ jobs:
9
- uses: actions/checkout@v4
10
with:
11
fetch-depth: 0
12
- - uses: olafurpg/setup-scala@v14
+ - name: Set up JDK
13
+ uses: actions/setup-java@v4
14
- java-version: zulu@1.17
15
+ distribution: temurin
16
+ java-version: 17
17
+ gpg-private-key: ${{ secrets.PGP_SECRET }}
18
+ gpg-passphrase: PGP_PASSPHRASE
19
+ - uses: sbt/setup-sbt@v1
20
- run: sbt ci-release
21
env:
22
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments