Skip to content

Commit d8bfdc7

Browse files
committed
ci: Fix covector getPublishedVersion url config
1 parent 22bb0e5 commit d8bfdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changes/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"getPublishedVersion": {
77
"use": "fetch:check",
88
"options": {
9-
"url": "https://registry.npmjs.com/${ pkg.pkg }/${ pkg.pkgFile.version }"
9+
"url": "https://registry.npmjs.com/${ pkg.pkgFile.pkg.name }/${ pkg.pkgFile.version }"
1010
}
1111
},
1212
"publish": ["pnpm build", "pnpm publish --access public --no-git-checks"]
@@ -16,7 +16,7 @@
1616
"getPublishedVersion": {
1717
"use": "fetch:check",
1818
"options": {
19-
"url": "https://crates.io/api/v1/crates/${ pkg.pkg }/${ pkg.pkgFile.version }"
19+
"url": "https://crates.io/api/v1/crates/${ pkg.pkgFile.pkg.package.name }/${ pkg.pkgFile.version }"
2020
}
2121
},
2222
"publish": [

0 commit comments

Comments
 (0)