fix(npm): use NPM_TOKEN for npm publish authentication
The npm package @gastown/gt was never published because the release workflow used OIDC trusted publishing which requires initial manual setup on npm.org. Changed to use NPM_TOKEN secret for authentication. Also added npm install option to README. Fixes #867 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -97,7 +97,8 @@ Git-backed issue tracking system that stores work state as structured data.
|
||||
|
||||
```bash
|
||||
# Install Gas Town
|
||||
$ brew install gastown # Homebrew
|
||||
$ brew tap steveyegge/gastown && brew install gt # Homebrew (recommended)
|
||||
$ npm install -g @gastown/gt # npm
|
||||
$ go install github.com/steveyegge/gastown/cmd/gt@latest # From source
|
||||
|
||||
# If using go install, add Go binaries to PATH (add to ~/.zshrc or ~/.bashrc)
|
||||
|
||||
Reference in New Issue
Block a user