We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7616ac6 commit 6c16c40Copy full SHA for 6c16c40
1 file changed
.github/workflows/bump_version.yml
@@ -27,7 +27,7 @@ jobs:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Generate GitHub Release Notes
30
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
31
with:
32
body_path: body.md
33
tag_name: ${{ env.REVISION }}
0 commit comments