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