Skip to content

Commit f3fef34

Browse files
authored
Merge pull request #82 from rainersigwald/full-fetch-depth
fetch full history
2 parents 7458be2 + 14bc5b8 commit f3fef34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
uses: actions/checkout@v3
1414
with:
1515
ref: ${{ github.event.push.sha }}
16+
# 0 here means 'all history'.
17+
# we need at least the current 'height' in order for Nerdbank to work
18+
fetch-depth: 0
1619
- name: Setup .NET
1720
uses: actions/setup-dotnet@v2
1821
with:

0 commit comments

Comments
 (0)