Skip to content

Conversation

@cb-ishusingh
Copy link
Contributor

Triggers on package.json changes in wrapper directories (Vue, React, Angular) and automatically publishes to npm when versions are updated.
Includes version checking to prevent duplicate publishing by verifying if the version already exists in the npm registry before attempting to publish.
Currently in test mode with npm publish commands commented out, showing what would be published without actually publishing to npm.
Based on chargebee-js publish-new-version.yml pattern for consistency with existing workflows.

Triggers on package.json changes in wrapper directories
Includes version checking to prevent duplicate publishing
Currently in test mode (npm publish commented out)
Based on chargebee-js publish-new-version.yml pattern
on:
push:
branches:
- feat/CHKOUTENGG-52904
Copy link
Contributor

Choose a reason for hiding this comment

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

@cb-adarshjayan @cb-ishusingh Shouldn't this be either release/x.x or based on workflow-actions run?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We were testing with this branch name , will update it with the correct one once done testing

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