From f29acfe056d3287a86d408feb9e077d0aeb1c1e9 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 30 Mar 2022 22:17:02 +1100 Subject: [PATCH] chore: goreleaser uses wrong sha related to [actions/checkout#518 (comment)](https://github.com/actions/checkout/issues/518#issuecomment-890401887) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0dd705a..b634d9ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,6 +59,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + ref: "refs/pull/${{ github.event.number }}/merge" - name: Setup Go uses: actions/setup-go@v2.1.4