Skip to content

Commit

Permalink
Remove bump-homebrew-formula configuration (#3812)
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav authored Oct 5, 2023
1 parent 53f4d06 commit 0bcd9f0
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# cspell:ignore mislav
name: release

"on":
Expand Down Expand Up @@ -54,29 +53,3 @@ jobs:
if: >- # "create" workflows run separately from "push" & "pull_request"
github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1

homebrew:
name: Bump homebrew formula
environment: release
runs-on: ubuntu-22.04
needs: pypi

env:
FORCE_COLOR: 1
PY_COLORS: 1
TOXENV: pkg

steps:
- name: Check out src from Git
uses: actions/checkout@v4
with:
fetch-depth: 0 # needed by setuptools-scm
submodules: true

- name: Bump homebrew formula
uses: mislav/[email protected]
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 0bcd9f0

Please sign in to comment.