Skip to content

Commit 5c815bb

Browse files
renovate[bot]pando85
authored andcommitted
build(deps): Update softprops/action-gh-release action to v2
1 parent 019a515 commit 5c815bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: ./CHANGELOG.md
124124

125125
- name: Publish
126-
uses: softprops/action-gh-release@v1
126+
uses: softprops/action-gh-release@v2
127127
if: startsWith(github.ref, 'refs/tags/')
128128
with:
129129
body: ${{ steps.changelog_reader.outputs.changes }}

0 commit comments

Comments
 (0)