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 69543af commit 6a7d36bCopy full SHA for 6a7d36b
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
github_token: ${{ github.token }}
22
- name: Validate Gradle Wrapper
23
- uses: gradle/wrapper-validation-action@v2
+ uses: gradle/wrapper-validation-action@v3
24
- name: Configure GPG signing & publish
25
env:
26
GPG_KEY: ${{ secrets.GPG_KEY }}
@@ -55,7 +55,7 @@ jobs:
55
java-version: '17'
56
cache: 'gradle'
57
58
59
- name: sha256
60
run: |
61
tag=$(git describe --tags --abbrev=0 --exact-match)
0 commit comments