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:
parent
df2927ce31
commit
f29acfe056
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue