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 47707af commit bf7174fCopy full SHA for bf7174f
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
dotnet nuget push "${{ matrix.release }}/**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }}
68
69
- name: Generate artifact attestation
70
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
+ uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
71
with:
72
subject-path: "${{ matrix.release }}/**/*.nupkg"
73
0 commit comments