feat(ci): automatically bump homebrew version on tag (#1807)

This commit is contained in:
Jarek Kowalski
2022-03-06 21:44:13 -08:00
committed by GitHub
parent 53bc4d13f4
commit 766cb57160

View File

@@ -187,3 +187,9 @@ jobs:
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
if: github.ref_type == 'tag'
with:
token: ${{ secrets.HOMEBREW_PUSH_TOKEN }}
formula: kopia