Skip to content

Commit 6d6e55a

Browse files
authored
Update release.yml
1 parent 01e4b9d commit 6d6e55a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ jobs:
1313
- uses: actions/checkout@v3.6.0
1414
with:
1515
fetch-depth: 0
16-
- uses: olafurpg/setup-scala@v14
16+
- uses: actions/setup-java@v3
1717
with:
18-
java-version: "adopt@1.8"
19-
- uses: coursier/cache-action@v6
18+
distribution: 'temurin'
19+
java-version: '11'
20+
cache: 'sbt'
2021
- uses: olafurpg/setup-gpg@v3
2122
- run: sbt -v ci-release
2223
env:
2324
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2425
PGP_SECRET: ${{ secrets.PGP_SECRET }}
2526
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2627
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
27-
- name: clean up
28-
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"

0 commit comments

Comments
 (0)