We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eec6e1 commit 039c26cCopy full SHA for 039c26c
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v2
12
+ with:
13
+ fetch-depth: 0
14
15
- name: Setup Go
16
uses: actions/setup-go@v2
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
17
0 commit comments