change description

This commit is contained in:
Zhou Hua 2025-02-11 19:15:00 +08:00
parent c312d9ecc9
commit bdc63ade42

View file

@ -34,6 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF#refs/tags/}"
tag="${tag#v}"
gh release create "$tag" \
--title="$tag" \