Skip to content

Commit 3a4f5ec

Browse files
committed
chore: remove npmrc setup step from release workflow
1 parent 1aae5fc commit 3a4f5ec

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Install Dependencies
3232
run: bun install --frozen-lockfile
3333

34-
- name: Setup npmrc
35-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
36-
3734
- name: Build Packages
3835
run: bun run build:packages
3936

0 commit comments

Comments
 (0)