Fix GitHub release creation (#1)

This commit is contained in:
coletdjnz
2025-09-27 11:24:11 +12:00
committed by GitHub
parent 0ca6b21d1c
commit ba4ede5210

View File

@@ -18,11 +18,13 @@ jobs:
run:
# XXX: uv build fails for some reason
uv tool run hatch build --target wheel
- env:
- name: Create GitHub Release
env:
TAG: ${{ github.ref_name }}
GH_TOKEN: ${{ github.token }}
run: |
gh release create v${TAG} \
--title "yt-dlp-ejs v${TAG}" \
gh release create ${TAG} \
--title "yt-dlp-ejs ${TAG}" \
--notes-from-tag \
--verify-tag \
dist/yt.solver.* \