Skip to content

Commit

Permalink
fix(ci): move homebrew back to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jul 1, 2021
1 parent 0264f53 commit 1c90270
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 🍺 Bump Homebrew Formula
uses: mislav/bump-homebrew-formula-action@v1
if: ${{ steps.semantic.outputs.new_release_published }}
with:
formula-name: spaceship
tag-name: ${{ steps.semantic.outputs.new_release_version }}
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PAT }}
19 changes: 0 additions & 19 deletions .github/workflows/homebrew.yaml

This file was deleted.

0 comments on commit 1c90270

Please sign in to comment.