Skip to content

ci: migrate publish workflow to OIDC, tag-based trigger, and Node 24 - #113

Merged
eggman64 merged 1 commit into
mainfrom
copilot/publish-package
Aug 11, 2026
Merged

ci: migrate publish workflow to OIDC, tag-based trigger, and Node 24#113
eggman64 merged 1 commit into
mainfrom
copilot/publish-package

Conversation

Copilot AI commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Replaces the token-authenticated, release-event-triggered publish workflow with a modern OIDC-based setup triggered on v* tag pushes.

Changes

  • Trigger: release: createdpush: tags: v*
  • Auth: Removed NPM_TOKEN/NPM_AUTH_TOKEN secrets; added id-token: write + contents: read permissions for OIDC
  • Runtime: actions/checkout@v4 + actions/setup-node@v4 (Node lts/*) → @v6 (Node 24)
  • Caching: Explicitly disabled via package-manager-cache: false to ensure clean release builds
  • Steps: Replaced Makefile wrappers (make install/build/lint/test/publish) with direct npm commands (npm ci, npm run build --if-present, npm test, npm publish); removed linting from release pipeline

Co-authored-by: eggman64 <2733735+eggman64@users.noreply.github.com>
@eggman64
eggman64 merged commit 548829f into main Aug 11, 2026
1 check passed
@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.27%. Comparing base (cf240a9) to head (3e1deb6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   86.27%   86.27%           
=======================================
  Files           6        6           
  Lines         102      102           
  Branches       20       20           
=======================================
  Hits           88       88           
  Misses          6        6           
  Partials        8        8           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants