diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb95994..24be9e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,4 +34,4 @@ jobs: GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REF: ${{ github.ref }} - name: Release to NPM - run: npm publish --access public + run: yarn npm publish --access public