mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
ci: hopefully last tweak for pushing macos homebrew tap
This commit is contained in:
parent
c5a6862b48
commit
d979a63e1a
1
.github/workflows/gen_macos_tag.yml
vendored
1
.github/workflows/gen_macos_tag.yml
vendored
@ -93,6 +93,7 @@ jobs:
|
||||
with:
|
||||
repository: "wez/homebrew-wezterm"
|
||||
path: "homebrew-wezterm"
|
||||
token: "${{ secrets.GH_PAT }}"
|
||||
- name: "Update homebrew tap formula"
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -349,6 +349,7 @@ cargo build --all --release""",
|
||||
params={
|
||||
"repository": "wez/homebrew-wezterm",
|
||||
"path": "homebrew-wezterm",
|
||||
"token": "${{ secrets.GH_PAT }}",
|
||||
},
|
||||
),
|
||||
RunStep(
|
||||
|
Loading…
Reference in New Issue
Block a user