Skip to content

Commit

Permalink
fix: snapshot release main branch not found (#8885)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored Oct 23, 2023
1 parent 26b77b8 commit e3c18be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ steps.refs.outputs.head_ref }}
fetch-depth: 0

- run: git fetch origin main:main

- name: Setup PNPM
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit e3c18be

Please sign in to comment.