Archived
1
0

refactor(brew-bump): fix homebrew bump script (#5025)

* fix: source lib.sh in docker-buildx-push for tagging version

* chore: use ubuntu and update git config homebrew job

* refactor: simplify brew-bump.sh script

* Revert "fix: source lib.sh in docker-buildx-push for tagging version"

This reverts commit 2f7a3610cb.
This commit is contained in:
Joe Previte
2022-03-29 16:58:34 -07:00
committed by GitHub
parent 18e19d29e6
commit 8316a27da4
2 changed files with 3 additions and 76 deletions

View File

@ -45,10 +45,8 @@ jobs:
NPM_ENVIRONMENT: "production"
homebrew:
# The newest version of code-server needs to be available on npm when this runs
# otherwise, it will 404 and won't open a PR to bump version on homebrew/homebrew-core
needs: npm
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
# Ensure things are up to date
# Suggested by homebrew maintainers
@ -60,16 +58,10 @@ jobs:
- name: Checkout code-server
uses: actions/checkout@v3
- name: Checkout cdrci/homebrew-core
uses: actions/checkout@v3
with:
repository: cdrci/homebrew-core
path: homebrew-core
- name: Configure git
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name cdrci
git config user.email opensource@coder.com
- name: Bump code-server homebrew version
env: