We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb0e20 commit e11f8aaCopy full SHA for e11f8aa
1 file changed
.github/workflows/create-release.yaml
@@ -31,6 +31,9 @@ jobs:
31
goos: [linux, darwin, windows]
32
goarch: [arm64, amd64]
33
steps:
34
+ - name: Check out code
35
+ uses: actions/checkout@v4
36
+
37
- name: Set up Go
38
uses: actions/setup-go@v5
39
with:
0 commit comments