mirror of
https://github.com/openziti/zrok.git
synced 2025-02-22 05:01:01 +01:00
workflows(homebrew): bump action to v3.1
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
7bc923d67d
commit
5934242c7b
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
id: extract-version
|
||||
run: |
|
||||
printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
|
||||
- uses: mislav/bump-homebrew-formula-action@v2
|
||||
- uses: mislav/bump-homebrew-formula-action@v3.1
|
||||
if: "!contains(github.ref, '-')"
|
||||
with:
|
||||
formula-name: zrok
|
||||
|
Loading…
Reference in New Issue
Block a user