Просмотр исходного кода

Merge branch 'master' into minor

Michael Bromley 1 месяц назад
Родитель
Сommit
d5d67ce6eb
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      .github/workflows/publish_to_npm.yml

+ 4 - 0
.github/workflows/publish_to_npm.yml

@@ -125,6 +125,10 @@ jobs:
           git add .
           git commit -m "chore: Bump version for ${{ matrix.type }} pre-release"
 
+      - name: Debug - Log all environment variables
+        if: matrix.type == 'release' || steps.commit_check.outputs.should_publish == 'true'
+        run: env | sort
+
       # Publish to npm with appropriate dist-tag
       - name: Publish to NPM (release)
         if: matrix.type == 'release'