Skip to content

Commit

Permalink
tell github to check out the main as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Jan 29, 2024
1 parent 4eb91a2 commit d4446ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
svelte: ['3', '4']
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout main branch of repo
uses: actions/checkout@v4
with:
ref: main

- name: ⬇️ Checkout repo
uses: actions/checkout@v4

Expand Down

0 comments on commit d4446ec

Please sign in to comment.