diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d0682c..eb57713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: npm run test - name: Release - run: pnpx semantic-release --branches main + run: pnpx -y semantic-release --branches main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}