diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-09-23 04:54:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 04:54:16 +0200 |
commit | c74618a0c2b14a6e5fe3b0ac8a356149197b8448 (patch) | |
tree | 217ecd84d712165969d3ec7f72b96cc77c8cd691 | |
parent | 5d2d92895cdf1eada97e0460a0dbfb55b5dc56f8 (diff) | |
download | hypervideo-pre-c74618a0c2b14a6e5fe3b0ac8a356149197b8448.tar.lz hypervideo-pre-c74618a0c2b14a6e5fe3b0ac8a356149197b8448.tar.xz hypervideo-pre-c74618a0c2b14a6e5fe3b0ac8a356149197b8448.zip |
[skip travis] update workflow
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 432c047c9..089469095 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,8 @@ jobs: - name: Bump version id: bump_version run: python scripts/update-version-workflow.py + - name: Check the output from My action + run: echo "${{ steps.bump_version.outputs.ytdlc_version }}" - name: Run Make run: make - name: Create Release @@ -34,8 +36,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.dump_version.outputs.ytdlc_version }} - release_name: youtube-dlc ${{ steps.dump_version.outputs.ytdlc_version }} + tag_name: ${{ steps.bump_version.outputs.ytdlc_version }} + release_name: youtube-dlc ${{ steps.bump_version.outputs.ytdlc_version }} body: | Changelog: PLACEHOLDER |