diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index edddddf..6173dc0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -130,6 +130,8 @@ jobs: shell: bash - name: Build Integrations run: pnpm build + - name: View Git Changes + run: git status - name: Publish run: | npm config set provenance true