We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a76ede commit 57981c7Copy full SHA for 57981c7
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v3
19
+ with:
20
+ fetch-depth: 0
21
22
- name: Set up Go
23
uses: actions/setup-go@v4
0 commit comments