fix(release): soft-fail npm publish until package token is scoped
Gitea Release for v0.4.0 succeeded; npm registry returned E401 without write:package. Keep release green and document the token follow-up.
This commit is contained in:
@@ -40,3 +40,11 @@ wire it in CI (preferred if you want least privilege).
|
||||
```bash
|
||||
npm view @levkin/playkit versions --registry https://git.levkin.ca/api/packages/ilia/npm/
|
||||
```
|
||||
|
||||
## Outstanding ops
|
||||
|
||||
First `v0.4.0` Gitea Release succeeded; `npm publish` returned **E401** because `RELEASE_TOKEN` lacks `write:package`. Create/refresh a token with package write (or add `NPM_PUBLISH_TOKEN`) and either re-run the release job or publish once by hand:
|
||||
|
||||
```bash
|
||||
npm publish --registry https://git.levkin.ca/api/packages/ilia/npm/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user