From 69bed5cbfe6058eeeef6a99b435f37d385fc05b9 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 5 Feb 2023 11:32:58 +0000 Subject: [PATCH] Bump ansible-lint homebrew formula on release (#2982) --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7cd28861f..3c28870b3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ --- +# cspell:ignore mislav name: release on: @@ -35,3 +36,11 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.pypi_password }} + + - name: Bump homebrew formula + uses: mislav/bump-homebrew-formula-action@v2 + with: + # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula: + formula-name: ansible-lint + env: + COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}