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

devops: introduce release publishing workflow #1894

Merged

Conversation

aslushnikov
Copy link
Collaborator

This workflow is based on the Github Actions docs: publishing node.js
packages

It should be triggered once we create a github release.
It's unclear how to test this workflow, so I tried to re-use as much
code from publish_canary.yml as possible.

This workflow is based on the Github Actions docs: [publishing node.js
packages](https://help.github.com/en/actions/language-and-framework-guides/publishing-nodejs-packages)

It should be triggered once we create a github release.
It's unclear how to test this workflow, so I tried to re-use as much
code from `publish_canary.yml` as possible.
@dgozman
Copy link
Contributor

dgozman commented Apr 21, 2020

Is there a short description of how to use this one? I also wonder where does the npm secret come from?

@aslushnikov
Copy link
Collaborator Author

Is there a short description of how to use this one?

It should be automatically triggered once we publish github release

I also wonder where does the npm secret come from?

This could be found in Settings -> Secrets section of repository settings

@aslushnikov aslushnikov merged commit 0f338ec into microsoft:master Apr 21, 2020
@aslushnikov aslushnikov deleted the introduce-release-workflow branch April 21, 2020 22:10
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