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