diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71a78de5..fcd141e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: run: npm run build - name: Release - run: pnpm dlx semantic-release + run: pnpm dlx semantic-release --branches main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}