diff --git a/typescript/option/.github/workflows/release.yml b/typescript/option/.github/workflows/release.yml index 13b1bc7..7ee9048 100644 --- a/typescript/option/.github/workflows/release.yml +++ b/typescript/option/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: # install dependencies and run semantic-release - run: npm i -g pnpm - run: pnpm install + - run: pnpm run build - run: pnpx semantic-release env: GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}