mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-10 03:11:38 +09:00
[build] Support release tags that shadow branch names (#17409)
Authored by: InvalidUsernameException
This commit is contained in:
committed by
GitHub
parent
3f78dc4797
commit
d2dcbfc574
@@ -316,7 +316,7 @@ jobs:
|
||||
if: env.TARGET_REPO == github.repository
|
||||
run: |
|
||||
git tag "${TARGET_TAG}" "${HEAD_SHA}"
|
||||
git push origin "${TARGET_TAG}"
|
||||
git push origin "refs/tags/${TARGET_TAG}"
|
||||
sleep 5 # Enough time to cover git-push vs gh-release-create race condition
|
||||
|
||||
- name: Publish release
|
||||
|
||||
Reference in New Issue
Block a user