Skip to content

Commit ffa8610

Browse files
committed
feat: add 'set up homebrew' step publish.yaml
1 parent 6305d5e commit ffa8610

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
4242
needs: npm
4343
runs-on: macos-latest
4444
steps:
45+
# Ensure things are up to date
46+
# Suggested by homebrew maintainers
47+
# https://github.com/Homebrew/discussions/discussions/1532#discussioncomment-782633
48+
- name: Set up Homebrew
49+
id: set-up-homebrew
50+
uses: Homebrew/actions/setup-homebrew@master
51+
4552
- uses: actions/checkout@v2
4653
- name: Configure git
4754
run: |

0 commit comments

Comments
 (0)