Skip to content

Commit cb9698d

Browse files
authored
Remove npm authentication configuration step
Removed npm authentication configuration step from workflow.
1 parent 7d04570 commit cb9698d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release-publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
- name: Run build
3333
run: bun run build
3434

35-
- name: Configure npm authentication
36-
run: |
37-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
38-
3935
- name: Fail if unsafe lifecycle scripts exist
4036
run: |
4137
echo "Checking for unsafe lifecycle scripts in workspaces..."

0 commit comments

Comments
 (0)