Skip to content

Commit 5e4e34a

Browse files
Update softprops/action-gh-release action to v3
1 parent 0c45e39 commit 5e4e34a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: git push
4848

4949
- name: Create GitHub Release
50-
uses: softprops/action-gh-release@v2
50+
uses: softprops/action-gh-release@v3
5151
with:
5252
tag_name: v${{ github.event.inputs.version }}
5353
name: Release v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)