diff --git a/.github/workflows/cl-create.yml b/.github/workflows/cl-create.yml index 7886cdfc..4ad9a63c 100644 --- a/.github/workflows/cl-create.yml +++ b/.github/workflows/cl-create.yml @@ -19,9 +19,6 @@ jobs: - name: Authenticate with private NPM package run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc - - - name: Install dependencies - run: npm ci - name: Install changelog run: npm i @flatfile/changelog --save-optional