Skip to content

v1.3.3 – Publish Authentication Fix

Choose a tag to compare

@SunDevil311 SunDevil311 released this 24 Jun 06:06
· 18 commits to master since this release
d329590

This patch finalizes the fix for publishing failures introduced in v1.3.0–v1.3.2 by:

  • Re-adding npm ci and upgrading npm to v11.4.1 in publish jobs
  • Ensuring Git and environment setup occurs before npm whoami and npm publish
  • Adding detailed logging to confirm registry and token configuration

These changes bring the blog workflow in line with the stable, working flow used in the main repo.