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 600db08Copy full SHA for 600db08
.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@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
88
with:
89
tag_name: ${{ steps.changelog.outputs.tag }}
90
name: ${{ steps.changelog.outputs.tag }}
0 commit comments