File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 45
45
NPM_ENVIRONMENT : " production"
46
46
47
47
homebrew :
48
- # The newest version of code-server needs to be available on npm when this runs
49
- # otherwise, it will 404 and won't open a PR to bump version on homebrew/homebrew-core
50
48
needs : npm
51
- runs-on : macos -latest
49
+ runs-on : ubuntu -latest
52
50
steps :
53
51
# Ensure things are up to date
54
52
# Suggested by homebrew maintainers
@@ -60,16 +58,10 @@ jobs:
60
58
- name : Checkout code-server
61
59
uses : actions/checkout@v3
62
60
63
- - name : Checkout cdrci/homebrew-core
64
- uses : actions/checkout@v3
65
- with :
66
- repository : cdrci/homebrew-core
67
- path : homebrew-core
68
-
69
61
- name : Configure git
70
62
run : |
71
- git config user.name github-actions
72
- git config user.email github-actions@github .com
63
+ git config user.name cdrci
64
+ git config user.email opensource@coder .com
73
65
74
66
- name : Bump code-server homebrew version
75
67
env :
You can’t perform that action at this time.
0 commit comments