We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba423f commit 6c85e2eCopy full SHA for 6c85e2e
.github/workflows/main.yml
@@ -580,7 +580,7 @@ jobs:
580
run: common/Test-Package.ps1
581
- if: startsWith(github.ref, 'refs/tags/v')
582
name: Create a release
583
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
584
with:
585
body_path: ./release-notes.md
586
files: |-
0 commit comments