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 01e4b9d commit 6d6e55aCopy full SHA for 6d6e55a
.github/workflows/release.yml
@@ -13,16 +13,15 @@ jobs:
13
- uses: actions/checkout@v3.6.0
14
with:
15
fetch-depth: 0
16
- - uses: olafurpg/setup-scala@v14
+ - uses: actions/setup-java@v3
17
18
- java-version: "adopt@1.8"
19
- - uses: coursier/cache-action@v6
+ distribution: 'temurin'
+ java-version: '11'
20
+ cache: 'sbt'
21
- uses: olafurpg/setup-gpg@v3
22
- run: sbt -v ci-release
23
env:
24
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
25
PGP_SECRET: ${{ secrets.PGP_SECRET }}
26
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
27
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- - name: clean up
28
- run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"
0 commit comments