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