Skip to content

Commit 512fdfa

Browse files
Seungwoo321claude
andcommitted
fix: stable-release npm 인증 문제 해결
- NODE_AUTH_TOKEN 환경 변수 추가 - actions/setup-node가 생성한 .npmrc와 호환되도록 수정 - beta-release.yml과 동일한 인증 방식 적용 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dbd409c commit 512fdfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ jobs:
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5354
run: npx semantic-release

0 commit comments

Comments
 (0)