We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91678ed commit dcc4cdeCopy full SHA for dcc4cde
1 file changed
.github/workflows/remote-release-trigger.yml
@@ -66,7 +66,7 @@ jobs:
66
commit_sha: ${{ steps.calculate_head_sha.outputs.commit_sha }}
67
68
- name: Release
69
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # pin@v2.2.1
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # pin@v2.2.2
70
with:
71
target_commitish: 'main'
72
token: ${{ steps.generate_token.outputs.token }}
0 commit comments