Skip to content

Commit b69c1f4

Browse files
committed
fix(ci): restore trusted publishing for CLI
v1.1.3 publish failed with 404 under NPM_TOKEN auth — the token does not have publish rights to @markdown-ai/cli. Drop NPM_TOKEN env and rely on the existing OIDC trusted-publisher binding that v1.1.2 used. Bump to v1.1.4 to avoid reusing the failed tag. Oscar H.
1 parent acd7ecd commit b69c1f4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-cli.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ jobs:
6565

6666
- run: npm publish --provenance --access public
6767
working-directory: apps/cli
68-
env:
69-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdown-ai/cli",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "MDA command-line tools for authoring, validating, compiling, and checking Markdown AI artifacts.",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)