Skip to content

Commit 968c61d

Browse files
Update softprops/action-gh-release action to v3
1 parent d1900bd commit 968c61d

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
@@ -56,7 +56,7 @@ jobs:
5656
./TruePath.SystemIo/bin/Release/TruePath.SystemIo.${{ steps.version.outputs.version }}.snupkg
5757
- if: startsWith(github.ref, 'refs/tags/v')
5858
name: Create a release
59-
uses: softprops/action-gh-release@v2
59+
uses: softprops/action-gh-release@v3
6060
with:
6161
body_path: ./release-notes.md
6262
files: |-

0 commit comments

Comments
 (0)