Skip to content

Commit 472bf8a

Browse files
committed
Remove homebrew step
It has been broken for a long time (No available formula with the name "code-server") but it looks like they have their own bot publishing updates anyway.
1 parent eccb1eb commit 472bf8a

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -53,38 +53,6 @@ jobs:
5353
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5454
NPM_ENVIRONMENT: "production"
5555

56-
homebrew:
57-
needs: npm
58-
runs-on: ubuntu-latest
59-
steps:
60-
# Ensure things are up to date
61-
# Suggested by homebrew maintainers
62-
# https://github.com/Homebrew/discussions/discussions/1532#discussioncomment-782633
63-
- name: Set up Homebrew
64-
id: set-up-homebrew
65-
uses: Homebrew/actions/setup-homebrew@master
66-
67-
- name: Checkout code-server
68-
uses: actions/checkout@v6
69-
70-
- name: Configure git
71-
run: |
72-
git config --global user.name cdrci
73-
git config --global user.email opensource@coder.com
74-
75-
# Strip out the v (v4.9.1 -> 4.9.1).
76-
- name: Get and set VERSION
77-
run: |
78-
TAG="${{ github.event.inputs.version || github.ref_name }}"
79-
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
80-
81-
- name: Bump code-server homebrew version
82-
env:
83-
VERSION: ${{ env.VERSION }}
84-
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
85-
86-
run: ./ci/steps/brew-bump.sh
87-
8856
aur:
8957
runs-on: ubuntu-latest
9058
timeout-minutes: 10

0 commit comments

Comments
 (0)