Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: include npm release and docs in gh-pages workflow #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ranjanrak
Copy link
Member

  • Implemented a new Deploy.publish-npm workflow for releasing the new npm package with the tag release.
  • Implemented a new Deploy.publish-doc workflow for updating client doc with the new release.

Sample doc can be referred to here: https://ranjanrak.github.io/kiteconnectjs/

steps:
- uses: actions/setup-node@v3
with:
node-version: 16
Copy link
Contributor

Choose a reason for hiding this comment

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

@ranjanrak can't we update node-version to 20 ? is there any specific reason keeping node 16 ?

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

None yet

2 participants