diff --git a/.github/workflows/npm-release-actions.yml b/.github/workflows/npm-release-actions.yml index 67c17ab0..a8d9cfb3 100644 --- a/.github/workflows/npm-release-actions.yml +++ b/.github/workflows/npm-release-actions.yml @@ -12,6 +12,7 @@ jobs: with: node-version: '18.3.0' registry-url: 'https://registry.npmjs.org' + - run: npm i - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}