Skip to content

Commit 09bd0d1

Browse files
chore: rename homebrew-tap to homebrew-awork-cli
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 997bcfb commit 09bd0d1

File tree

4 files changed

+491
-4
lines changed

4 files changed

+491
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
SHA_X64=$(sha256sum x64.tar.gz | cut -d' ' -f1)
112112
SHA_LINUX=$(sha256sum linux.tar.gz | cut -d' ' -f1)
113113
114-
# Clone homebrew-tap
115-
git clone "https://x-access-token:${GH_TOKEN}@github.com/awork-io/homebrew-tap.git" tap
114+
# Clone homebrew-awork-cli
115+
git clone "https://x-access-token:${GH_TOKEN}@github.com/awork-io/homebrew-awork-cli.git" tap
116116
cd tap
117117
118118
# Update formula

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ awork users list --page-size 3
4242

4343
### Homebrew (macOS/Linux)
4444
```bash
45-
brew tap awork-io/tap
45+
brew tap awork-io/awork-cli
4646
brew install awork
4747
```
4848

homebrew/awork.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Homebrew formula for awork
2-
# To use: copy to awork-io/homebrew-tap repo as Formula/awork.rb
2+
# To use: copy to awork-io/homebrew-awork-cli repo as Formula/awork.rb
33

44
class Awork < Formula
55
desc "Token-only, swagger-driven CLI for awork"

0 commit comments

Comments
 (0)