We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace4574 commit 3e1df5dCopy full SHA for 3e1df5d
.github/workflows/build_and_deploy.yml
@@ -297,6 +297,10 @@ jobs:
297
# we use checkout here instead of the build cache since
298
# it can fail to restore in different OS'
299
- uses: actions/checkout@v4
300
+ with:
301
+ # crates/napi/build.rs uses git-describe to find the most recent git tag. It's okay if
302
+ # this fails, but fetch with enough depth that we're likely to find a recent tag.
303
+ fetch-depth: 100
304
305
- name: Setup node
306
uses: actions/setup-node@v4
0 commit comments