Skip to content

Commit

Permalink
fix: remove NPM authentication step from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctwhome committed Jan 17, 2025
1 parent 0dedad3 commit 76ab7a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-ctw-kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Build
run: cd ctw-kit && bun run build

- name: Setup NPM authentication
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Publish to NPM
run: cd ctw-kit && npm publish
env:
Expand Down

0 comments on commit 76ab7a1

Please sign in to comment.