diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81dc6b75..2cd42536 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,7 +141,7 @@ jobs: homebrew: runs-on: ubuntu-latest - if: github.event_name == 'release' || github.event.inputs.package == 'homebrew' + if: github.event_name == 'release' || github.event.inputs.package == 'all' || github.event.inputs.package == 'homebrew' needs: assets steps: - uses: actions/checkout@v4 diff --git a/packages/chocolatey/crowdin-cli.nuspec b/packages/chocolatey/crowdin-cli.nuspec index bb0d8c32..046ed844 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -25,7 +25,7 @@ - This is a cross-platform and it runs in a terminal on Linux based and macOS operating systems or in Command Prompt on Windows. https://github.com/crowdin/crowdin-cli/releases - + diff --git a/website/docs/installation.md b/website/docs/installation.md index fd526730..54d8e40f 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -13,7 +13,7 @@ brew tap crowdin/crowdin ``` ```bash -brew install crowdin@3 +brew install crowdin@4 ``` [Homebrew Tap Reference](https://github.com/crowdin/homebrew-crowdin).