fix(ci): resolve GitHub Packages publish failures (#27)
* fix ci fail Signed-off-by: dongjiang <dongjiang1989@126.com> * fix(release): normalize Hermes bin path Signed-off-by: MemScribe Maintainers <OLDyade@users.noreply.github.com> --------- Signed-off-by: dongjiang <dongjiang1989@126.com> Signed-off-by: MemScribe Maintainers <OLDyade@users.noreply.github.com> Co-authored-by: MemScribe Maintainers <OLDyade@users.noreply.github.com>
This commit is contained in:
parent
2b57440b5a
commit
4e5d1c0a7f
|
|
@ -5,7 +5,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"memflywheel-hermes-install": "./bin/install.mjs"
|
||||
"memflywheel-hermes-install": "bin/install.mjs"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ function publishToGitHubPackages(publishArgs) {
|
|||
|
||||
run("npm", [
|
||||
"publish",
|
||||
"./package",
|
||||
pkgDir,
|
||||
"--registry",
|
||||
GHP_REGISTRY,
|
||||
"--access",
|
||||
|
|
|
|||
Loading…
Reference in New Issue