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 93faff2 commit dc95f70Copy full SHA for dc95f70
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
gpg-passphrase: MAVEN_GPG_PASSPHRASE
38
39
- name: Cache Maven
40
- uses: actions/cache@v2
+ uses: actions/cache@v3
41
with:
42
path: ~/.m2/repository
43
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -63,4 +63,4 @@ jobs:
63
export GPG_TTY
64
./mvnw --no-transfer-progress -B --file pom.xml \
65
-Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \
66
- -Dmaven.site.skip=true -Drelease=true deploy
+ -Dmaven.site.skip=true -Drelease=true deploy
0 commit comments