diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0873f08..c5520dc 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | npm ci - npm build + npm run build - name: Publish to npm run: npm publish env: