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 d532fc7 commit d015197Copy full SHA for d015197
1 file changed
.github/workflows/Release.yaml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
- name: Checkout code
26
uses: actions/checkout@v3
27
+ with:
28
+ fetch-depth: 0
29
- name: Set up Go
30
uses: actions/setup-go@v3
31
with:
@@ -55,8 +57,6 @@ jobs:
55
57
56
58
59
- with:
- fetch-depth: 0
60
- name: Setup awesome-ci
61
uses: fullstack-devops/awesome-ci-action@main
62
0 commit comments