Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ jobs:

- run: npm ci

- name: Set version in package.json
run: npm version ${{ needs.release.outputs.new_release_version }} --no-git-tag-version

- name: Build binaries for all platforms
run: npm run build:binary

Expand Down Expand Up @@ -181,7 +178,7 @@ jobs:

update-homebrew:
needs: [release, build-binaries]
if: needs.release.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main'
if: needs.release.outputs.new_release_published == 'true'
runs-on: ubuntu-latest

steps:
Expand Down