We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47239af + 114ebf8 commit f87dbadCopy full SHA for f87dbad
1 file changed
.github/workflows/release-maven-central-java-17.yml
@@ -57,12 +57,12 @@ jobs:
57
GITHUB_TOKEN: ${{ github.TOKEN }}
58
59
- name: GitHub Attestation for JAR files
60
- uses: actions/attest-build-provenance@v2
+ uses: actions/attest-build-provenance@v3
61
with:
62
subject-path: "target/*.jar"
63
64
- name: GitHub Attestation for POM file
65
66
67
subject-path: "pom.xml"
68
subject-name: "${{ steps.maven_artifact.outputs.artifactId }}-${{ steps.maven_artifact.outputs.version }}.pom"
0 commit comments