-
Notifications
You must be signed in to change notification settings - Fork 4
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
Publish to npm on PR tags #6
Conversation
.github/workflows/ci.yml
Outdated
- name: Setup | ||
uses: ./tooling/github/setup | ||
|
||
- name: Copy env |
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.
@zlalvani do we even have a .env file for this repo?
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.
we don't
731a34d
to
11808b0
Compare
.github/workflows/publish-npm.yml
Outdated
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: pnpm/action-setup@v2 |
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.
should it be this?
- name: Setup
uses: ./tooling/github/setup
.github/workflows/publish-npm.yml
Outdated
|
||
- name: 🚀 Publish to npm | ||
shell: bash | ||
run: pnpm publish apps/cli |
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.
need to publish bumpgen-core as well?
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.
Should we publish both separately then?
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, they should be separate
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.
are they going to be published at the same time or should we have 2 publish workflows, one for cli one for core?
37c5e2e
to
d65fc26
Compare
No description provided.