fix: wire npm auth into release publish

This commit is contained in:
Affaan Mustafa
2026-04-14 20:43:22 -07:00
parent 34380326c8
commit b5c4d2beb9
3 changed files with 8 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ for (const workflow of [
test(`${workflow} publishes new tag versions to npm`, () => {
assert.match(content, /npm publish --access public --provenance/);
assert.match(content, /NODE_AUTH_TOKEN:\s*\$\{\{\s*secrets\.NPM_TOKEN\s*\}\}/);
});
}