Skip to content

v2.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 19:37

Fixed

  • npm OIDC trusted publishing: configured trusted publisher on npmjs.com for Nainounen/homelab-mcphomelab-mcp so CI publish works end-to-end
  • Cross-platform lockfile: use npm install in publish workflow instead of npm ci — the npm 10→11 upgrade resolves optional wasm deps (@emnapi/*) differently on Linux than what the macOS-generated lockfile records, causing npm ci to reject the lockfile
  • CI idempotency: Docker push and GitHub Release creation now skip if already published (re-run safe)
  • CI cleanup: removed verbose npm logging now that OIDC diagnostics are resolved