We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faac02 commit 9790d50Copy full SHA for 9790d50
.github/workflows/bump-version.yml
@@ -22,7 +22,7 @@ jobs:
22
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
23
changelog_increment_filename: body.md
24
- name: Release
25
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
26
with:
27
body_path: "body.md"
28
tag_name: ${{ env.REVISION }}
0 commit comments