Procházet zdrojové kódy

Merge branch 'master' into minor

Michael Bromley před 1 měsícem
rodič
revize
d5d67ce6eb
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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 add .
           git commit -m "chore: Bump version for ${{ matrix.type }} pre-release"
           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
       # Publish to npm with appropriate dist-tag
       - name: Publish to NPM (release)
       - name: Publish to NPM (release)
         if: matrix.type == 'release'
         if: matrix.type == 'release'