From a0ff0d206ae205fbd7785ff346beb3b7b4891d45 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 28 May 2024 13:34:22 +0300 Subject: [PATCH] ci: fixes after release --- .github/workflows/publish.yml | 2 +- packages/chocolatey/crowdin-cli.nuspec | 2 +- website/docs/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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).