diff options
author | 2022-10-27 10:32:00 -0700 | |
---|---|---|
committer | 2022-10-27 10:32:00 -0700 | |
commit | 46a85358d771981c272b680b5b55fb9a885a576e (patch) | |
tree | 4bd186ae83f993996d907385290556e4e3e08e2d | |
parent | 6632135ec0ba311dcb46e1f19c9791c404f77600 (diff) | |
download | bun-46a85358d771981c272b680b5b55fb9a885a576e.tar.gz bun-46a85358d771981c272b680b5b55fb9a885a576e.tar.zst bun-46a85358d771981c272b680b5b55fb9a885a576e.zip |
Fix typo in homebrew action
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/bun-homebrew.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-homebrew.yml b/.github/workflows/bun-homebrew.yml index 350b6929f..93bda7054 100644 --- a/.github/workflows/bun-homebrew.yml +++ b/.github/workflows/bun-homebrew.yml @@ -4,7 +4,7 @@ on: types: - published jobs: - docker: + homebrew: runs-on: ubuntu-latest if: github.repository_owner == 'oven-sh' steps: |