[chore] Switch to publishing with OIDC - #3342
Conversation
a466018 to
c8947b8
Compare
c8947b8 to
d62f1a1
Compare
|
Size Change: +7.53 kB (+0.01%) Total Size: 53.2 MB
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3342 +/- ##
=======================================
Coverage 49.67% 49.67%
=======================================
Files 671 671
Lines 28018 28018
Branches 5802 5802
=======================================
Hits 13914 13914
Misses 12916 12916
Partials 1188 1188 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Subscribed to pull request
Generated by CodeMention |
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
| run: yarn build | ||
| - name: Publish packages to npm | ||
| run: yarn lerna publish from-package --yes --no-verify-access | ||
| env: |
There was a problem hiding this comment.
I think we need to set the provenance env var here? https://docs.npmjs.com/generating-provenance-statements#using-third-party-package-publishing-tools
As in:
env:
NPM_CONFIG_PROVENANCE: true
There was a problem hiding this comment.
I didn't need to do it for eas-build so not sure…
There was a problem hiding this comment.
I used it for the styleguide but I never tried publishing without so I don't know for sure! Maybe lerna handles it under the hood. Can try without and add it if publish fails 🤷♀️
Why
https://exponent-internal.slack.com/archives/C017N0N99RA/p1769306804484099
How
Applied a few of the changes we've done to
eas-build:Test Plan
Merge and try releasing a new version.