@u1f992/pdfdiff 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,12 @@ jobs:
27
27
  steps:
28
28
  - name: Checkout
29
29
  uses: actions/checkout@v4
30
-
30
+ with:
31
+ # scripts/version.ts uses `git describe --tags --exact-match`
32
+ # to detect tagged releases; without this it always falls
33
+ # back to <version>+<hash>.
34
+ fetch-tags: true
35
+
31
36
  - name: Setup Node.js
32
37
  uses: actions/setup-node@v4
33
38
  with: