Skip to content

Commit 6e1daee

Browse files
author
Lazar Djurdjevic
committed
fix: remove npm registry update step from release workflow
1 parent ce8ad01 commit 6e1daee

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
@@ -43,9 +43,6 @@ jobs:
4343
- name: Install Lerna globally
4444
run: npm install lerna --global
4545

46-
- name: Update npm registry
47-
run: npm run update:registry
48-
4946
- name: Install dependencies
5047
run: npm ci
5148

0 commit comments

Comments
 (0)