Skip to content

Commit

Permalink
fix(ci): Try dawidd6/action-homebrew-bump-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jul 1, 2021
1 parent c8fe887 commit 002b9f7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 🍺 Bump Homebrew Formula
uses: mislav/bump-homebrew-formula-action@v1
uses: dawidd6/action-homebrew-bump-formula@v3
if: ${{ steps.semantic.outputs.new_release_published }}
with:
formula-name: spaceship
tag-name: ${{ steps.semantic.outputs.new_release_version }}
download-url: https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/${{ steps.semantic.outputs.new_release_version }}.tar.gz
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PAT }}
token: ${{ secrets.HOMEBREW_GITHUB_PAT }}
formula: spaceship

0 comments on commit 002b9f7

Please sign in to comment.