Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Dec 6, 2023
1 parent 97e00a4 commit a77fa28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reusable-release.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
key_fingerprint: ${{ steps.read-identifiers.outputs.key_fingerprint }}
key_email: ${{ steps.read-identifiers.outputs.key_email }}
steps:
- uses: actions/setup-java@v4
- uses: rtyley/setup-java@patch-1
with:
distribution: corretto
java-version: 17
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: rtyley/setup-java@patch-1 # don't 'cache: sbt', at least until https://github.com/actions/setup-java/pull/564 is merged
with:
distribution: corretto
java-version: 17
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
path: repo-with-unsigned-version-update-commits.git
key: repo-with-unsigned-version-update-commits-${{ github.run_id }}-${{ github.run_attempt }}
fail-on-cache-miss: true
- uses: actions/setup-java@v4
- uses: rtyley/setup-java@patch-1
with:
distribution: corretto
java-version: 17
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ needs.push-release-commit.outputs.release_commit_id }}
- uses: actions/setup-java@v4
- uses: rtyley/setup-java@patch-1 # don't 'cache: sbt', at least until https://github.com/actions/setup-java/pull/564 is merged
with:
distribution: corretto
java-version: 17
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
path: ${{ env.LOCAL_ARTIFACTS_STAGING_PATH }}
key: unsigned-${{ github.run_id }}-${{ github.run_attempt }}
fail-on-cache-miss: true
- uses: actions/setup-java@v4
- uses: rtyley/setup-java@patch-1
with:
distribution: corretto
java-version: 17
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
echo 'sbt.version = 1.9.7' > project/build.properties
ls -lR .
- uses: actions/setup-java@v4
- uses: rtyley/setup-java@patch-1
with:
distribution: corretto
java-version: 17
Expand Down

0 comments on commit a77fa28

Please sign in to comment.