diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index e26ba8f..0e6e02d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -54,7 +54,7 @@ jobs: node-version: '20.10' - name: Install Dependencies - run: npm ci + run: npm install - name: Semantic Release run: npx semantic-release --repository-url https://github.com/Jamesmallon1/solana-block-cacher.git