diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d197c76..9a3a049 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm - - run: npm ci + - run: npm install - run: npm publish --provenance --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}