We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4028cfe commit 056407aCopy full SHA for 056407a
1 file changed
.github/workflows/main.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Generate Release 📦
77
if: ${{ steps.changelog.outputs.skipped == 'false' }}
78
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
79
with:
80
tag_name: ${{ steps.changelog.outputs.tag }}
81
name: ${{ steps.changelog.outputs.tag }}
0 commit comments