Skip to content

Commit 6c85e2e

Browse files
Update softprops/action-gh-release action to v3
1 parent bba423f commit 6c85e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ jobs:
580580
run: common/Test-Package.ps1
581581
- if: startsWith(github.ref, 'refs/tags/v')
582582
name: Create a release
583-
uses: softprops/action-gh-release@v2
583+
uses: softprops/action-gh-release@v3
584584
with:
585585
body_path: ./release-notes.md
586586
files: |-

0 commit comments

Comments
 (0)