We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7b4316 + 6e5ea6f commit 9aef23cCopy full SHA for 9aef23c
1 file changed
.github/workflows/Create-NewReleases.yml
@@ -85,7 +85,7 @@ jobs:
85
git push origin ${{ steps.nextver.outputs.tag }}
86
87
- name: Create Release with Automated Release Notes
88
- uses: softprops/action-gh-release@v2.6.1
+ uses: softprops/action-gh-release@v3.0.0
89
with:
90
token: ${{ secrets.GITHUB_TOKEN }}
91
tag_name: ${{ steps.nextver.outputs.tag }}
0 commit comments