-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix the lerna publish for the npm packages #439
Conversation
.github/workflows/rc.yml
Outdated
needs: check_author | ||
runs-on: ubuntu-22.04 | ||
if: ${{ needs.check_author.outputs.latest_commit_author != 'svc-gh-is-01' }} |
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.
we shouldn't remove this otherwise it would get into infinite loop everytime there is a push by svc user.
.github/workflows/publish.yml
Outdated
- name: Enable NPM PROVENANCE | ||
run: echo "NPM_CONFIG_PROVENANCE=true" >> $GITHUB_ENV | ||
|
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.
❤️
@tirumerla please 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.
LGTM, thanks @collins-w great work. One quick question since we are running everyday as a nightly job can we make sure that we are not creating multiple rc packages of the same commit everyday. I guess tag_check_changes
will validate that, if not we could also add a condition to check latest commit hash with the tagged commit hash if it's different we push the changes.
Fixes - Publish 1.49.0-rc to npm and/or fix install and build #380