We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091081c commit 415575dCopy full SHA for 415575d
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
dotnet nuget push "${{ matrix.release }}/**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ steps.login.outputs.NUGET_API_KEY }}"
85
86
- name: Generate artifact attestation
87
- uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
+ uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
88
with:
89
subject-path: "${{ matrix.release }}/**/*.nupkg"
90
0 commit comments