mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-13 08:42:29 +00:00
Fix GitHub release creation (#1)
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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.* \
|
||||
|
||||
Reference in New Issue
Block a user