Skip to content

Commit

Permalink
feat: No longer pushing to homebrew (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 authored Mar 7, 2025
1 parent d1d7fcf commit 053053b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

homebrew:
needs: goreleaser
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
test-bot: false

- name: Configure Git user
uses: Homebrew/actions/git-user-config@master

- name: Tap formulae repo
run: brew tap ivaquero/chinese

- name: Bump formulae
uses: Homebrew/actions/bump-formulae@master
with:
# Custom GitHub access token with only the 'workflow' scope enabled
token: ${{ secrets.HOMEBREW_COMMITTER_TOKEN }}
formulae: ddns-go
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@
./ddns-go -resetPassword 123456
./ddns-go -resetPassword 123456 -c /Users/name/.ddns_go_config.yaml
```
- [可选] 使用 [Homebrew](https://brew.sh) 安装 [ddns-go](https://formulae.brew.sh/formula/ddns-go):

```bash
brew install ddns-go
```

## Docker中使用

Expand Down
5 changes: 0 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ Automatically obtain your public IPv4 or IPv6 address and resolve it to the corr
```bash
./ddns-go -resetPassword 123456
```
- [Optional] You can use [Homebrew](https://brew.sh) to install [ddns-go](https://formulae.brew.sh/formula/ddns-go)

```bash
brew install ddns-go
```

## Use in docker

Expand Down

0 comments on commit 053053b

Please sign in to comment.