diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-09-23 04:10:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 04:10:28 +0200 |
commit | 79bd208428ccdd66892c60c3e423fa97e154e3df (patch) | |
tree | 335ff05dfaa7757a2c54af8246ba3bdc3c1c2a77 | |
parent | 14a9299f50f51638efbf2f8f6172da58a81903c7 (diff) | |
download | hypervideo-pre-79bd208428ccdd66892c60c3e423fa97e154e3df.tar.lz hypervideo-pre-79bd208428ccdd66892c60c3e423fa97e154e3df.tar.xz hypervideo-pre-79bd208428ccdd66892c60c3e423fa97e154e3df.zip |
[skip travis] apply version as tag name
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 282720a8e..432c047c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |