We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd56cb6 + 05aeaa4 commit b76cfa9Copy full SHA for b76cfa9
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.4.1
+ uses: softprops/action-gh-release@v2.4.2
89
with:
90
token: ${{ secrets.GITHUB_TOKEN }}
91
tag_name: ${{ steps.nextver.outputs.tag }}
0 commit comments