We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5514315 commit 1a54de5Copy full SHA for 1a54de5
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # pin@v2.3.2
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # pin@v2.3.3
70
with:
71
target_commitish: 'main'
72
token: ${{ steps.generate_token.outputs.token }}
0 commit comments