diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 934d43c..a86cba0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: with: node-version: 16.x registry-url: https://registry.npmjs.org + - run: npm install - run: npm publish --access public working-directory: ./ env: