Skip to content

Commit

Permalink
Update publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 9, 2024
1 parent 8776143 commit 3fb881b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install Comfy CLI using Homebrew Formula
run: |
brew install --build-from-source ./homebrew-repo/Formula/comfy-cli.rb
brew install --build-from-source --verbose ./homebrew-repo/Formula/comfy-cli.rb
comfy --help
brew uninstall comfy-cli
Expand Down Expand Up @@ -146,6 +146,10 @@ jobs:

- name: Uninstall comfy-cli latest
run: brew uninstall comfy-cli

- name: Extract version from tag
id: get_version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Install comfy-cli versioned via Homebrew
run: brew install comfy-org/comfy-cli/comfy-cli@${{ env.VERSION }}
Expand Down

0 comments on commit 3fb881b

Please sign in to comment.