Skip to content

Conversation

@koistya
Copy link
Member

@koistya koistya commented Jan 24, 2026

Summary

Adds GitHub Actions workflow for automated npm publishing with provenance support.

Release Workflow

Push a version tag to trigger publish:

git tag v0.1.14
git push origin v0.1.14

Workflow Features

  • Triggers on v* tags
  • Uses release environment for secrets isolation
  • Publishes with --provenance for supply chain security

Adds GitHub Actions workflow that publishes to npm when version tags
are pushed. Uses npm provenance for supply chain security.
@koistya koistya merged commit 9f99ad0 into main Jan 24, 2026
1 check passed
@koistya koistya deleted the dev branch January 24, 2026 19:32
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