We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f7aa4 commit c587dafCopy full SHA for c587daf
1 file changed
.github/workflows/ci.yml
@@ -63,6 +63,8 @@ jobs:
63
steps:
64
- name: "Checkout"
65
uses: "actions/checkout@v6.0.2"
66
+ with:
67
+ fetch-depth: 0 # include all history for GitVersion
68
69
# Built-in caching is broken for Yarn, using setup-node twice
70
# See https://github.com/actions/setup-node/issues/531#issuecomment-3335630863
0 commit comments