Skip to content

Commit 9ec5afe

Browse files
committed
Remove dep install
1 parent e9a8ad2 commit 9ec5afe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-packages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Npm packages
1+
name: Publish NPM packages
22

33
on:
44
push:
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
version: 8
3939

40-
- name: Install Packages
41-
run: pnpm install
40+
# - name: Install Packages
41+
# run: pnpm install
4242

4343
- name: Authenticate with Registry
4444
run: |

0 commit comments

Comments
 (0)