Skip to content

Conversation

@smartlabsAT
Copy link
Owner

Summary

Removes the automatic npm publish step from the Release workflow.

Reason

We prefer to publish to npm manually for better control over the release process.

Changes

  • Removed Publish to npm step from .github/workflows/release.yml
  • Workflow now only runs tests and builds the package when a tag is pushed
  • Publishing to npm will be done manually as needed

This prevents authentication errors and gives us more control over when packages are published.

We prefer to publish to npm manually for better control
@smartlabsAT smartlabsAT merged commit 03fdaf8 into main Aug 22, 2025
3 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