-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bump-homebrew-formula configuration (#3812)
- Loading branch information
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
# cspell:ignore mislav | ||
name: release | ||
|
||
"on": | ||
|
@@ -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 }} |