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 b3b5204 commit 7b9c47eCopy full SHA for 7b9c47e
.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