Skip to content

Commit

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

- run: git checkout main
- run: git checkout ${{ steps.refs.outputs.head_ref }}

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

0 comments on commit e98d80e

Please sign in to comment.