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 22f28a9Copy full SHA for 22f28a9
.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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
88
with:
89
tag_name: ${{ steps.changelog.outputs.tag }}
90
name: ${{ steps.changelog.outputs.tag }}
0 commit comments