Skip to content

Commit 4341abb

Browse files
chore(deps): update softprops/action-gh-release action to v2.2.2
1 parent 986b176 commit 4341abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
cog changelog --at ${{ steps.release.outputs.version }} > GITHUB_CHANGELOG.md
105105
106106
- name: Upload github release
107-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
107+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
108108
with:
109109
body_path: GITHUB_CHANGELOG.md
110110
tag_name: ${{ steps.release.outputs.version }}

0 commit comments

Comments
 (0)