diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063a1d4..cfab03a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build 🔧 - run: npm i && npm run build:npm + run: npm i --force && npm run release - name: Publish package on NPM 📦 run: npm publish env: