-
-
Notifications
You must be signed in to change notification settings - Fork 18
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: provide npm publish from PR pipeline #68
base: main
Are you sure you want to change the base?
Conversation
@pradel , |
@antongolub sounds good, I will review the prs once I have a bit of time, these days are quite busy (in about 1/2 weeks) |
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.
That's will be helpful for testing, just a couple of changes if possible :)
workflow_dispatch: | ||
inputs: | ||
repo: | ||
description: 'gh repo, like `scope/name`' |
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.
can this be inferred?
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.
Yes, if rely on PR ref, we can obtain both repo and branch attrs
with: | ||
name: build-pr-${{ github.run_id }} | ||
path: | | ||
esbuild-node-externals/dist |
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.
can we just publish everything that is in esbuild-node-externals?
@pradel ,
This might be useful for proposals testing