An educational pure functional programming library in TypeScript
2
fork

Configure Feed

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

Add debug output to CI publish step

+3
+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 53 if [[ "${SPINDLE_REF}" == refs/tags/v* ]]; then 51 54 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc 52 55 npm publish --access public