mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[skip travis] apply version as tag name
This commit is contained in:
parent
14a9299f50
commit
79bd208428
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
tag_name: ${{ steps.dump_version.outputs.ytdlc_version }}
|
||||
release_name: youtube-dlc ${{ steps.dump_version.outputs.ytdlc_version }}
|
||||
body: |
|
||||
Changelog:
|
||||
|
|
Loading…
Reference in a new issue