Skip to content

Commit c721ba1

Browse files
authored
Update publish.yml
1 parent 0c593a2 commit c721ba1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
16+
with:
17+
fetch-tags: true
18+
fetch-depth: 0
1619
- name: Setup .NET
1720
uses: actions/setup-dotnet@v3
1821
with:

0 commit comments

Comments
 (0)