-
Notifications
You must be signed in to change notification settings - Fork 0
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
Joshd/sc 90798/gh actions automate release process #48
Joshd/sc 90798/gh actions automate release process #48
Conversation
.github/workflows/release.yml
Outdated
- name: Build | ||
run: make build | ||
- name: Prettier | ||
run: make prettier |
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.
this shouldnt be in the publish workflow. we should be publishing the same code we test. Im in favor of adding this to a pre-merge workflow and failing if any changes are detected.
.github/workflows/release.yml
Outdated
- name: Build | ||
run: make build | ||
- name: Prettier | ||
run: make prettier |
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.
this shouldnt be in the publish workflow. we should be publishing the same code we test. Im in favor of adding this to a pre-merge workflow and failing if any changes are detected.
No description provided.