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 22bb0e5 commit d8bfdc7Copy full SHA for d8bfdc7
.changes/config.json
@@ -6,7 +6,7 @@
6
"getPublishedVersion": {
7
"use": "fetch:check",
8
"options": {
9
- "url": "https://registry.npmjs.com/${ pkg.pkg }/${ pkg.pkgFile.version }"
+ "url": "https://registry.npmjs.com/${ pkg.pkgFile.pkg.name }/${ pkg.pkgFile.version }"
10
}
11
},
12
"publish": ["pnpm build", "pnpm publish --access public --no-git-checks"]
@@ -16,7 +16,7 @@
16
17
18
19
- "url": "https://crates.io/api/v1/crates/${ pkg.pkg }/${ pkg.pkgFile.version }"
+ "url": "https://crates.io/api/v1/crates/${ pkg.pkgFile.pkg.package.name }/${ pkg.pkgFile.version }"
20
21
22
"publish": [
0 commit comments