Skip to content

Commit 5bf3aa9

Browse files
chore(deps): update softprops/action-gh-release action to v2.3.0
1 parent b35b0a0 commit 5bf3aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
cog changelog --at ${{ steps.release.outputs.version }} > GITHUB_CHANGELOG.md
114114
115115
- name: Upload github release
116-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
116+
uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0
117117
with:
118118
body_path: GITHUB_CHANGELOG.md
119119
tag_name: ${{ steps.release.outputs.version }}

0 commit comments

Comments
 (0)