We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc71912 commit f8e1114Copy full SHA for f8e1114
.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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
+ uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2
79
with:
80
tag_name: ${{ steps.changelog.outputs.tag }}
81
name: ${{ steps.changelog.outputs.tag }}
0 commit comments