You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Actions workflow for package publishing
Introduces a workflow to publish the package to npm when a tag matching 'v*' is pushed. The workflow sets up Node.js, updates npm, installs dependencies, builds the project, and publishes to npm.
0 commit comments