File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2424 run : scripts/get_release_description.py | tee release_body.md
2525 - name : Create Release
2626 id : create_release
27- uses : ncipollo/release-action@v1
28- with :
29- name : " "
30- bodyFile : release_body.md
27+ # https://cli.github.com/manual/gh_release_create
28+ run : gh release create "${GITHUB_REF_NAME}" --verify-tag --notes-file release_body.md
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ repos:
1717 - id : fix-byte-order-marker
1818 - id : detect-private-key
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.14.13
20+ rev : v0.15.9
2121 hooks :
2222 - id : ruff-check
2323 args : [--fix-only, --exit-non-zero-on-fix]
2424 - id : ruff-format
2525 - repo : https://github.com/zizmorcore/zizmor-pre-commit
26- rev : v1.22.0
26+ rev : v1.23.1
2727 hooks :
2828 - id : zizmor
You can’t perform that action at this time.
0 commit comments