Skip to content

Commit 14eab48

Browse files
committed
fix: remove unnecessary npm installation which was erroring
1 parent 759111d commit 14eab48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
node-version: '18'
2626
registry-url: 'https://registry.npmjs.org'
2727

28-
- name: Install dependencies
29-
run: npm install
30-
3128
- name: Check for new version
3229
id: check-version
3330
run: |

0 commit comments

Comments
 (0)