Skip to content

Commit b7a1b56

Browse files
committed
tell github to check out the main as well
1 parent dc4513d commit b7a1b56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
svelte: ['3', '4']
2222
runs-on: ubuntu-latest
2323
steps:
24+
- name: ⬇️ Checkout main branch of repo
25+
uses: actions/checkout@v4
26+
with:
27+
ref: main
28+
2429
- name: ⬇️ Checkout repo
2530
uses: actions/checkout@v4
2631

0 commit comments

Comments
 (0)