diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d949b1b..4f24d1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build - run: npm run build + run: set -x; npm run build - name: Release run: npx semantic-release env: