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 b35b0a0 commit 5bf3aa9Copy full SHA for 5bf3aa9
.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