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 9026e14 commit d0dfaddCopy full SHA for d0dfadd
action.yml
@@ -107,7 +107,7 @@ runs:
107
name: "signing-artifacts-${{ github.job }}"
108
path: "${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}"
109
110
- - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
+ - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
111
if: inputs.release-signing-artifacts == 'true' && github.event_name == 'release' && github.event.action == 'published'
112
with:
113
files: "${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}"
0 commit comments