There was an error while loading. Please reload this page.
1 parent 8c60b2b commit 680133cCopy full SHA for 680133c
1 file changed
.github/workflows/generate-release.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "tag=${TAG}" >> $GITHUB_OUTPUT
53
54
- name: Create Release
55
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
56
if: contains(fromJson('["stable"]'), matrix.version) && contains(fromJson('["schedule", "workflow_dispatch", "workflow_call"]'), github.event_name)
57
with:
58
name: ${{ steps.generate-release-text.outputs.title }}
0 commit comments