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.
2 parents b35b0a0 + 5bf3aa9 commit aae5b37Copy full SHA for aae5b37
.github/workflows/release.yml
@@ -113,7 +113,7 @@ jobs:
113
cog changelog --at ${{ steps.release.outputs.version }} > GITHUB_CHANGELOG.md
114
115
- name: Upload github release
116
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
+ uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0
117
with:
118
body_path: GITHUB_CHANGELOG.md
119
tag_name: ${{ steps.release.outputs.version }}
0 commit comments