-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
CLI: Add release pipeline #297
Comments
@rajdip-b I'm new to open source, but I would like to work on this issue!! Any guidance would be appreciated |
Hey @Kiranchaudhary537, we would be glad! Are you coming from FOSS Hack? If so, I can assign this to you right away. If not, you can get registered with them first, and then I can assign this to you. Alternatively, I can remove the Refer to this discussion: #284 |
I'm not from FOSS Hack, but I did register for it after finding this repo on GitHub. Should I proceed with anything else before you assign the issue to me? |
I think that will be all! There's a concept about creating projects that I'm still unsure about. You can check the hackathon page / hop in their telegram / hop in our discord to talk with the other hackers :) |
@Kiranchaudhary537 any updates on this? |
I need npm credentials to solve this issue. Can you help regarding this? |
Description
For now, we would like to add a pipeline to deploy the CLI binaries to npm.
Solution
Add a workflow file named
deploy-cli.yml
. We only want this to run when a push is made to themain
branch and any file underapps/cli
has changed.Additional context
If you would like to pick up this issue, we would be really glad! Do join our discord to get in touch with us regarding the npm credentials.
The text was updated successfully, but these errors were encountered: