@grimoire-rs/indexer 0.4.3 → 0.4.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grimoire-rs/indexer",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "CLI + Astro integration for running your own grim package index",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -48,4 +48,9 @@
48
48
  with:
49
49
  name: grim-stats
50
50
  path: .stats.json
51
+ # `.stats.json` is a dotfile, and upload-artifact skips hidden files
52
+ # unless told otherwise. Without this the tally succeeds, uploads
53
+ # nothing, and `build` carries the seed forward - a wipe that reads
54
+ # as a healthy deploy, which is exactly what R-2 exists to prevent.
55
+ include-hidden-files: true
51
56
  if-no-files-found: error