We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 733b37e + ba7a51c commit b350d71Copy full SHA for b350d71
4 files 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.2.0
+ uses: softprops/action-gh-release@v2.2.1
89
with:
90
token: ${{ secrets.GITHUB_TOKEN }}
91
tag_name: ${{ steps.nextver.outputs.tag }}
0 commit comments