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.
2 parents 6aa06b4 + 79a466d commit 5626f6fCopy full SHA for 5626f6f
.github/workflows/bump-version.yml
@@ -25,7 +25,7 @@ jobs:
25
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
26
changelog_increment_filename: body.md
27
- name: Release
28
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
+ uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
29
with:
30
body_path: "body.md"
31
tag_name: v${{ env.REVISION }}
0 commit comments