Skip to content

Commit

Permalink
chore: include main branch when fetching during pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kooshaba committed Aug 5, 2024
1 parent 06b93b7 commit 0b6142c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: main

- name: "Setup"
uses: ./.github/actions/setup
Expand Down

0 comments on commit 0b6142c

Please sign in to comment.