diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73a08d8..69e2795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: useLockFile: false - name: Semantic release - run: npx --no-install semantic-release --debug + run: npx --no-install semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}