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 e4e0254 commit 3567af8Copy full SHA for 3567af8
.github/workflows/release.yml
@@ -15,9 +15,10 @@ jobs:
15
~/.ivy2/cache
16
~/.cache/coursier
17
key: ${{ runner.os }}-sbt-docs-${{ hashFiles('**/*.sbt') }}
18
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
19
with:
20
java-version: 8
21
+ distribution: temurin
22
- uses: olafurpg/setup-gpg@v3
23
if: startsWith(github.ref, 'refs/tags/v')
24
- name: "Publish release: ${{github.ref}}"
0 commit comments