Skip to content

Commit d015197

Browse files
authored
Update Release.yaml (#144)
1 parent d532fc7 commit d015197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v3
27+
with:
28+
fetch-depth: 0
2729
- name: Set up Go
2830
uses: actions/setup-go@v3
2931
with:
@@ -55,8 +57,6 @@ jobs:
5557
steps:
5658
- name: Checkout code
5759
uses: actions/checkout@v3
58-
with:
59-
fetch-depth: 0
6060
- name: Setup awesome-ci
6161
uses: fullstack-devops/awesome-ci-action@main
6262

0 commit comments

Comments
 (0)