-
Notifications
You must be signed in to change notification settings - Fork 996
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
ci: Fix npm push workflow #2569
Conversation
Signed-off-by: Danny Chiao <danny@tecton.ai>
Signed-off-by: Danny Chiao <danny@tecton.ai>
Signed-off-by: Danny Chiao <danny@tecton.ai>
Codecov Report
@@ Coverage Diff @@
## master #2569 +/- ##
===========================================
- Coverage 81.51% 59.53% -21.99%
===========================================
Files 141 143 +2
Lines 11941 11887 -54
===========================================
- Hits 9734 7077 -2657
- Misses 2207 4810 +2603
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -4,7 +4,7 @@ | |||
import sys | |||
|
|||
USAGE = f"Usage: python {sys.argv[0]} [--help] | current_semver_version new_semver_version]" | |||
VERSIONS_TO_BUMP = 27 | |||
VERSIONS_TO_BUMP = 28 |
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.
Was the packages.json file added to the list of files to bump?
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.
it already was there but seemingly wasn't being triggered because the version didn't match the previous version? not sure. Running the script locally tells me there are 28 files
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.
Weird - okay stamping
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, adchia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* ci: Fix NPM Push with missing working-directory Signed-off-by: Danny Chiao <danny@tecton.ai> * bump files Signed-off-by: Danny Chiao <danny@tecton.ai> * bump files Signed-off-by: Danny Chiao <danny@tecton.ai>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #