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

Fix the lerna publish for the npm packages #439

Merged
merged 21 commits into from
Nov 22, 2023
Merged

Fix the lerna publish for the npm packages #439

merged 21 commits into from
Nov 22, 2023

Conversation

collins-w
Copy link
Contributor

@collins-w collins-w commented Nov 16, 2023

Comment on lines 40 to 42
needs: check_author
runs-on: ubuntu-22.04
if: ${{ needs.check_author.outputs.latest_commit_author != 'svc-gh-is-01' }}
Copy link
Contributor

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.

Comment on lines 70 to 72
- name: Enable NPM PROVENANCE
run: echo "NPM_CONFIG_PROVENANCE=true" >> $GITHUB_ENV

Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@collins-w
Copy link
Contributor Author

@tirumerla please take a look.

Copy link
Contributor

@tirumerla tirumerla left a 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.

@collins-w collins-w merged commit 04115c3 into master Nov 22, 2023
13 checks passed
@collins-w collins-w deleted the PLAT-3320-rc branch November 22, 2023 08:16
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