mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9afcb398ca |
8
.github/workflows/publish-npm.yml
vendored
8
.github/workflows/publish-npm.yml
vendored
@@ -37,10 +37,14 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: bun test
|
run: bun test
|
||||||
|
|
||||||
|
- name: Configure npm registry auth
|
||||||
|
run: |
|
||||||
|
cat > ~/.npmrc << EOF
|
||||||
|
//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
|
||||||
|
EOF
|
||||||
|
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: bun publish --access public
|
run: bun publish --access public
|
||||||
env:
|
|
||||||
BUN_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
|
|
||||||
- name: Generate changelog
|
- name: Generate changelog
|
||||||
id: changelog
|
id: changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user