-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(publish): fix publishing #7780
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
Conversation
Signed-off-by: Aviv Keller <me@aviv.sh>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7780 +/- ##
==========================================
+ Coverage 75.32% 75.33% +0.01%
==========================================
Files 96 96
Lines 7861 7861
Branches 192 192
==========================================
+ Hits 5921 5922 +1
+ Misses 1939 1938 -1
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
FWIW: #7776 (comment)
|
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.
Pull Request Overview
This PR updates the GitHub Actions workflow for publishing packages to:
- Switch the npm auth environment variable from
NPM_TOKENtoNODE_AUTH_TOKEN - Use a prerelease version starting at
1.0.1instead of0.0.0 - Add
--no-git-checksto thepnpm publishcommand
|
Thanks @legendecas! I got confuseed with https://pnpm.io/using-changesets#add-the-workflow in the |
|
Lighthouse Results
|
NODE_AUTH_TOKENrather thanNPM_TOKEN