Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ title = "pi-commandcode-provider secret scan"
paths = [
# Test fixtures use intentionally fake credentials.
"^tests/",
# CI workflows reference NPM_TOKEN secret name
".github/workflows/publish.yml",
]

# ──────────────────────────────────────────────────────────
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ git tag -a v0.1.1 -m "Release 0.1.1"
git push origin v0.1.1
```

Publish stable:
Publish stable locally:

```sh
npm publish --tag latest --access public
```

If npm asks for browser or OTP auth, run the publish command manually and complete the npm prompt.
Publishing is intentionally manual/local; there is no GitHub Actions publish workflow. If npm asks for browser or OTP auth, complete the npm prompt locally.

Verify npm:

Expand Down
Loading