Skip to content

Commit

Permalink
revert: homebrew action back to v2 (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Sep 28, 2023
1 parent 14f3135 commit 1ea09d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,15 @@ jobs:
url: http://vps.itsmeow.dev:8079/
method: GET
- name: Update Homebrew tap
uses: mislav/bump-homebrew-formula-action@v3
if: "!contains(github.ref, '-')"
uses: mislav/bump-homebrew-formula-action@v2
if: "!contains(github.ref_name, '-')"
with:
formula-name: spicetify-cli
formula-path: spicetify-cli.rb
homebrew-tap: spicetify/homebrew-tap
tag-name: ${{ github.ref_name }}
base-branch: main
download-url: https://github.com/spicetify/spicetify-cli/archive/${{ github.ref_name }}.tar.gz
commit-message: |
feat: {{version}} release
env:
Expand Down

0 comments on commit 1ea09d4

Please sign in to comment.