-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore(infra): Setup NPM Deploy #929
Conversation
Sets up the npm deploy
.github/workflows/deploy.yaml
Outdated
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
with: | ||
version: nightly |
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.
ohh and can you change this to stable
, and do you mind changing nightly
to stable
in all the other CIs?
nightly foundry has caused us some issues recently
@mr-uniswap don't we want to use provenance for this package, too? |
Yes, we do, but that gets set in the package.json file when you all have it ready in your publish config:
|
Sets up the npm deploy. This needs a package.json file to operate before it will work