mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
fix: snapshot release main branch not found (#8885)
This commit is contained in:
parent
26b77b8fef
commit
e3c18be5d0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/snapshot-release.yml
vendored
3
.github/workflows/snapshot-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue