diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index eb183584..d30e5c96 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -36,7 +36,7 @@ jobs: - name: Apply debug patches run: patches/apply-patches.sh - name: Semantic release dry run - run: GITHUB_ACTIONS="" yarn semantic-release --dry-run --branches ${{ github.event.pull_request.head.ref }} + run: DEBUG=* GITHUB_ACTIONS="" yarn semantic-release --dry-run --branches ${{ github.event.pull_request.head.ref }} env: GITHUB_TOKEN: ${{ github.token }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}