We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbd677 commit e5e3a6cCopy full SHA for e5e3a6c
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Generate Release 📦
76
if: ${{ steps.changelog.outputs.skipped == 'false' }}
77
- uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2
+ uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2
78
with:
79
tag_name: ${{ steps.changelog.outputs.tag }}
80
name: ${{ steps.changelog.outputs.tag }}
0 commit comments