diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 03bce5c..ab151a5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -12,8 +12,6 @@ jobs:
           node-version: '18'
           registry-url: 'https://registry.npmjs.org'
 
-      - run: npm ci
-
       - run: npm publish
         env:
           NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
\ No newline at end of file