Skip to content

Commit e11f8aa

Browse files
committed
chore: checkout code first before setup-go
1 parent 5fb0e20 commit e11f8aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
goos: [linux, darwin, windows]
3232
goarch: [arm64, amd64]
3333
steps:
34+
- name: Check out code
35+
uses: actions/checkout@v4
36+
3437
- name: Set up Go
3538
uses: actions/setup-go@v5
3639
with:

0 commit comments

Comments
 (0)