From f484f7f06fa820a2f108900ced8f42befb771bea Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 14 Apr 2020 12:05:37 +0200 Subject: [PATCH] fix download link --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f9a2b2ad..3c934fbe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} draft: false prerelease: true @@ -55,5 +55,5 @@ jobs: brew tap extrawurst/tap brew bump-formula-pr -f --version=${{ steps.get_version.outputs.version }} --no-browse --no-audit \ --sha256=${{ steps.shasum.outputs.sha }} \ - --url="https://github.com/extrawurst/gitui/releases/download/${{ github.ref }}/gitui-mac.tar.gz" \ + --url="https://github.com/extrawurst/gitui/releases/download/${{ steps.get_version.outputs.version }}/gitui-mac.tar.gz" \ extrawurst/tap/gitui \ No newline at end of file