An educational pure functional programming library in TypeScript
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Debug: dump all env vars

+2 -3
+2 -3
.tangled/workflows/ci.yml
··· 47 47 48 48 - name: "Publish to npm (on version tag)" 49 49 command: | 50 - echo "DEBUG: SPINDLE_REF=${SPINDLE_REF}" 51 - echo "DEBUG: All SPINDLE vars:" 52 - env | grep -i spindle || true 50 + echo "DEBUG: All env vars:" 51 + env 53 52 if [[ "${SPINDLE_REF}" == refs/tags/v* ]]; then 54 53 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc 55 54 npm publish --access public