Skip to content

Commit

Permalink
Bump ansible-lint homebrew formula on release (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 5, 2023
1 parent dcd680a commit 69bed5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# cspell:ignore mislav
name: release

on:
Expand Down Expand Up @@ -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 }}

0 comments on commit 69bed5c

Please sign in to comment.