fix(ci): publish packed tarball to Gitea

This commit is contained in:
Gitea Automation
2026-07-21 10:34:15 +08:00
parent 933a5a06c0
commit b3e00f82bc

View File

@@ -128,4 +128,4 @@ jobs:
package_file="$(find artifacts -maxdepth 1 -type f -name '*.tgz' -print -quit)"
test -n "$package_file"
npm config set -- '//lqycustomsite.online/api/packages/admin/npm/:_authToken' "$NODE_AUTH_TOKEN"
npm publish "$package_file" --registry="$registry_url"
npm publish "./$package_file" --registry="$registry_url"