ci(release): patch semantic release npm plugin to not use npm CLI

This commit is contained in:
PalmDevs
2024-07-22 22:58:26 +07:00
parent b76e223f07
commit 565260ef90
3 changed files with 66 additions and 1 deletions

View File

@@ -52,5 +52,8 @@
"@revanced/discord-bot",
"esbuild",
"lefthook"
]
],
"patchedDependencies": {
"@semantic-release/npm@12.0.1": "patches/@semantic-release%2Fnpm@12.0.1.patch"
}
}