fix(meta): emsure latest commit is always checked out from main branch

This commit is contained in:
2021-07-08 14:05:30 +01:00
parent 8cb2993a23
commit 705bc8df5d

View File

@@ -18,6 +18,7 @@ jobs:
- name: Checkout tap repository
uses: actions/checkout@v2
with:
ref: main
path: tap
- name: Symlink homebrew tap
run: |
@@ -68,6 +69,7 @@ jobs:
- name: Checkout tap repository main branch
uses: actions/checkout@v2
with:
ref: main
path: tap
- name: Symlink homebrew tap
run: |