Skip to content

Conversation

@charlesvien
Copy link
Contributor

@charlesvien charlesvien commented Jan 17, 2026

Earlier in the week, I was trying to make it so if I push a major or minor bump through git tags that the CI/CD workflows will release the new version instead of having to wait for a new commit to main to release a new version. Now it's doing both, on commits to main and also on git tag (which commit to main create a tag per commit)

This PR fixes it by splitting the pipeline into two workflows the first one will create a tag on commits to main, then new tags create actual releases.

Copy link
Contributor Author

charlesvien commented Jan 17, 2026

@charlesvien charlesvien changed the title Fix CI/CD pipeline trying to double release on commits to main fix: Fix CI/CD pipeline trying to double release on commits to main Jan 17, 2026
@charlesvien charlesvien marked this pull request as ready for review January 17, 2026 08:49
@charlesvien charlesvien requested a review from a team as a code owner January 17, 2026 08:49
Base automatically changed from 01-17-fix_typecheck_failing_on_torchglow to main January 17, 2026 20:52
@charlesvien charlesvien force-pushed the 01-17-fix_ci_cd_pipeline_trying_to_double_release_on_commits_to_main branch from 4d87684 to feb4482 Compare January 17, 2026 21:37
@charlesvien charlesvien merged commit 6b3a3c3 into main Jan 17, 2026
12 checks passed
@charlesvien charlesvien deleted the 01-17-fix_ci_cd_pipeline_trying_to_double_release_on_commits_to_main branch January 17, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants