Skip to content

Commit d989aa9

Browse files
authored
fix: GitVersion errors on AsyncGenerator (#40)
1 parent 190c940 commit d989aa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ jobs:
1111
generate-async:
1212
runs-on: ubuntu-latest
1313

14+
env:
15+
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
16+
1417
steps:
1518
- uses: actions/checkout@v3
1619
with:
20+
fetch-depth: 0
1721
ref: ${{ github.event.pull_request.head.ref }}
1822
repository: ${{ github.event.pull_request.head.repo.full_name }}
1923
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}

0 commit comments

Comments
 (0)