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 23b55c9 commit d03f5caCopy full SHA for d03f5ca
.github/workflows/main.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Generate Release 📦
86
if: ${{ steps.changelog.outputs.skipped == 'false' }}
87
- uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
88
with:
89
tag_name: ${{ steps.changelog.outputs.tag }}
90
name: ${{ steps.changelog.outputs.tag }}
0 commit comments