There was an error while loading. Please reload this page.
1 parent 8a06985 commit 10502b7Copy full SHA for 10502b7
1 file changed
.github/workflows/generate-release.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "tag=${TAG}" >> $GITHUB_OUTPUT
59
60
- name: Create Release
61
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
+ uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
62
if: contains(fromJson('["stable"]'), matrix.version) && (github.event.schedule == '0 1 * * TUE' || contains(fromJson('["workflow_dispatch", "workflow_call"]'), github.event_name))
63
with:
64
name: ${{ steps.generate-release-text.outputs.title }}
0 commit comments