-
Notifications
You must be signed in to change notification settings - Fork 17
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(ci): use different branch to test release #390
Conversation
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
✅ Deploy Preview for api-clients-automation canceled.
|
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 will also affect the generated code push, which is working fine I think, can you override just for the release process ?
can you elaborate how it affects the generated code push? |
https://github.com/algolia/api-clients-automation/blob/main/scripts/ci/codegen/pushGeneratedCode.ts#L20 the codegen use this option, you can add a new one only for the release |
oh didn't know that. will update this. thx |
Actually, all I need to do is to check out the repository on |
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.
Cool I think that will work, don't forget to create the branch :)
I sent this PR before creating the branch, and the CI failed 😂 Now it's there! |
* chore(ci): use different branch to test release * chore: process release on main_test branch * chore: revert release.config.json
🧭 What and Why
Changes included:
main_test
for the sake of the test.