Skip to content

Commit

Permalink
fix: npmrc 관련 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Aug 31, 2024
1 parent 38aeb0f commit 9fb8371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
git commit -m "Version Packages" || echo "No changes to commit"
git push --follow-tags
- name: Create .npmrc file
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 9fb8371

Please sign in to comment.