update download url to comply with future changes

This commit is contained in:
Cam Otts 2023-06-29 08:58:02 -05:00
parent 765884ba78
commit be6e78a350
No known key found for this signature in database
GPG Key ID: 367B7C7EBD84A8BD

View File

@ -16,5 +16,6 @@ jobs:
if: "!contains(github.ref, '-')" if: "!contains(github.ref, '-')"
with: with:
formula-name: zrok formula-name: zrok
download-url: https://github.com/openziti/zrok/archive/${{ steps.extract-version.outputs.tag-name }}.tar.gz
env: env:
COMMITTER_TOKEN: ${{ secrets.BREW_COMMITTER_TOKEN }} COMMITTER_TOKEN: ${{ secrets.BREW_COMMITTER_TOKEN }}