diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6f16e3d..3077591 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -149,7 +149,7 @@ jobs: brew tap valar/tap git@github.com:valar/homebrew-tap.git cd $(brew --repo valar/tap) brew bump-formula-pr --write-only \ - --url=https://github.com/valar/cli/archive/${{ steps.get_version.outputs.version }}.tar.gz \ + --url=https://github.com/valar/cli/archive/refs/tags/${{ steps.get_version.outputs.version }}.tar.gz \ valar/tap/valar git commit -a -m "Bump version to ${{ steps.get_version.outputs.version }}" git push -u