-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add publish package workflow #3
Add publish package workflow #3
Conversation
f133481
to
7f8c88c
Compare
.github/workflows/publish.yml
Outdated
- name: Publish | ||
run: yarn publish | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | |
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN}} |
For consistency with other CIs. See for example here: https://github.com/eclipse-cdt-cloud/.eclipsefdn/blob/4d17aa1bc29321c976a319e110d118241af8415e/otterdog/eclipse-cdt-cloud.jsonnet#L137
I believe we need to raise a PR for the above file to add the token. I assume using the same "value" as in above referenced example (the bot thingy).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@planger could you take a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to open a PR. But may need @planger 's approval as project lead anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
95bd5e7
to
87725e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
build
stage asyarn publish
will do a clean build.Merge after #2