Skip to content

Commit c42117f

Browse files
committed
Don't try to setup maven cache
1 parent 04e8d05 commit c42117f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/distribute-maven-stg.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,12 @@ jobs:
8989
with:
9090
java-version: '17'
9191
distribution: 'temurin'
92-
cache: maven
9392
overwrite-settings: false
9493
- name: Set up Maven 3.9+
9594
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1
9695
with:
9796
maven-version: 3.9.12
98-
97+
9998
- name: Create a GitHub OIDC JWT
10099
id: create-github-jwt
101100
shell: bash

0 commit comments

Comments
 (0)