chore: goreleaser uses wrong sha

related to [actions/checkout#518 (comment)](https://github.com/actions/checkout/issues/518#issuecomment-890401887)
This commit is contained in:
Enrico Stahn 2022-03-30 22:17:02 +11:00 committed by GitHub
parent df2927ce31
commit f29acfe056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
ref: "refs/pull/${{ github.event.number }}/merge"
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2.1.4 uses: actions/setup-go@v2.1.4