0
Fork 0
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:
Alexander Niebuhr 2023-10-23 18:03:02 +02:00 committed by GitHub
parent 26b77b8fef
commit e3c18be5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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