From 638dac9c797e0bbf1b86a5a443b18a445fd9261a Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Tue, 13 Sep 2022 20:56:36 +0000 Subject: [PATCH] fix: typo in snapshot ref checkout (#4745) --- .github/workflows/snapshot-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 3e2f3828e..b876a7acf 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v3 with: - ref: ${{ steps.refs.outputs.base_ref }} + ref: ${{ steps.refs.outputs.head_ref }} - name: Setup PNPM uses: pnpm/action-setup@v2.2.1