Skip to content

Add GitHub Actions workflow for NPM publishing - #20

Merged
VrilLabs merged 3 commits into
masterfrom
VrilLabs-patch-9
Aug 15, 2026
Merged

Add GitHub Actions workflow for NPM publishing#20
VrilLabs merged 3 commits into
masterfrom
VrilLabs-patch-9

Conversation

@VrilLabs

@VrilLabs VrilLabs commented Aug 15, 2026

Copy link
Copy Markdown
Collaborator

Add npm publish workflow

Copilot AI lite review requested due to automatic review settings August 15, 2026 05:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow to publish the package to the public npm registry when a v* git tag is pushed, fitting alongside existing CI/security automation in .github/workflows.

Changes:

  • Introduces an npm-publish workflow triggered by tag pushes (v*).
  • Checks out the repo, sets up Node.js + npm cache, builds, and runs npm publish with an npm token.

馃挕 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/npm-publish.yml Outdated
Comment thread .github/workflows/npm-publish.yml Outdated
VrilLabs and others added 2 commits August 14, 2026 22:48
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@VrilLabs
VrilLabs merged commit 8ba0e36 into master Aug 15, 2026
5 checks passed
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