mirror of
https://github.com/openziti/zrok.git
synced 2025-02-21 20:51:06 +01:00
workflows(homebrew): update url format
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
5934242c7b
commit
7167251f98
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
@ -16,6 +16,6 @@ jobs:
|
||||
if: "!contains(github.ref, '-')"
|
||||
with:
|
||||
formula-name: zrok
|
||||
download-url: https://github.com/openziti/zrok/archive/${{ steps.extract-version.outputs.tag-name }}.tar.gz
|
||||
download-url: https://github.com/openziti/zrok/archive/refs/tags/${{ steps.extract-version.outputs.tag-name }}.tar.gz
|
||||
env:
|
||||
COMMITTER_TOKEN: ${{ secrets.BREW_COMMITTER_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user