We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf6515 commit 9c58f17Copy full SHA for 9c58f17
1 file changed
.github/workflows/build.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
with:
20
+ fetch-depth: 0
21
+ fetch-tags: true
22
persist-credentials: true
23
24
- name: Set up Go
0 commit comments