diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 303ac52..fa8ce8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,6 +53,7 @@ jobs: id-token: write steps: - uses: dyne/pnpm@v1 + - run: pnpm build - run: pnpm semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.releaserc b/.releaserc index 5aa765d..0a2bc9f 100644 --- a/.releaserc +++ b/.releaserc @@ -17,7 +17,7 @@ [ "@semantic-release/npm", { - "npmPublish": false + "npmPublish": true } ], [