Skip to content

Commit

Permalink
fix(ci): disable brew deployment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Aug 8, 2022
1 parent 1518c31 commit 4c69767
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

# https://github.com/mislav/bump-homebrew-formula-action
publish-to-brew:
name: post / homebrew
needs: [publish]
runs-on: macos-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v1
with:
formula-name: t-rec
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
# publish-to-brew:
# name: post / homebrew
# needs: [publish]
# runs-on: macos-latest
# steps:
# - uses: mislav/bump-homebrew-formula-action@v1
# with:
# formula-name: curlz
# env:
# COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

release:
name: post / github release
Expand Down

0 comments on commit 4c69767

Please sign in to comment.