Skip to content

Commit 770a387

Browse files
committed
Try to fix CI
1 parent f03a1c8 commit 770a387

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout source
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v3
1818
with:
19-
show-progress: false
20-
fetch-tags: true
19+
fetch-depth: 0
2120
- name: Setup .NET SDK
2221
uses: actions/setup-dotnet@v4
2322
with:

0 commit comments

Comments
 (0)