Skip to content

Commit

Permalink
ci: fixes after release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 28, 2024
1 parent 319fb17 commit a0ff0d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/chocolatey/crowdin-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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. </description>
<releaseNotes>https://github.com/crowdin/crowdin-cli/releases</releaseNotes>
<dependencies>
<dependency id="jdk17" />
<dependency id="temurin17" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a0ff0d2

Please sign in to comment.