We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653d1fb commit 576e31cCopy full SHA for 576e31c
.github/workflows/release.yaml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
17
- name: Set up Go
18
uses: actions/setup-go@v2
0 commit comments