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