We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b4d5b commit 36c8b29Copy full SHA for 36c8b29
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
28
steps:
29
- name: Check out code into the Go module directory
30
uses: actions/checkout@v4
31
+ with:
32
+ fetch-depth: 0
33
34
- name: Set up Go 1.x
35
uses: actions/setup-go@v5
0 commit comments