We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27ec137 + 3796e96 commit 99bb41eCopy full SHA for 99bb41e
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
print(m.group(1).strip() if m else 'Release ' + sys.argv[1])
52
" "$VERSION" > release_notes.md
53
54
- - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0
+ - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
55
with:
56
body_path: release_notes.md
57
files: |
0 commit comments