diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6055a8..51566dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,10 +16,10 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - name: Verify - run: npm run lint && npm test - - name: Publish - if: ${{ success() }} - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Verify + run: npm run lint && npm test + - name: Publish + if: ${{ success() }} + run: npm publish --provenance --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}