mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
chore(brew): bump new version to brew (#1990)
This commit is contained in:
7
.github/workflows/pypi-release.yml
vendored
7
.github/workflows/pypi-release.yml
vendored
@@ -58,6 +58,13 @@ jobs:
|
|||||||
### License
|
### License
|
||||||
|
|
||||||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
|
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
|
||||||
|
# Create pull request to github.com/Homebrew/homebrew-core to update prowler formula
|
||||||
|
- name: Bump Homebrew formula
|
||||||
|
uses: mislav/bump-homebrew-formula-action@v2
|
||||||
|
with:
|
||||||
|
formula-name: prowler
|
||||||
|
env:
|
||||||
|
COMMITTER_TOKEN: ${{ secrets.PROWLER_ACCESS_TOKEN }}
|
||||||
- name: Replicate PyPi Package
|
- name: Replicate PyPi Package
|
||||||
run: |
|
run: |
|
||||||
rm -rf ./dist && rm -rf ./build && rm -rf prowler.egg-info
|
rm -rf ./dist && rm -rf ./build && rm -rf prowler.egg-info
|
||||||
|
|||||||
Reference in New Issue
Block a user