Tristan Zander
Tristan Zander
I'm also seeing this issue in both my CircleCI runner and my local Linux install, both running 1.82.0. When I removed the context, it respected the argument passed by `-t`....
What's even worse is that it doesn't respect the fact that it's in a non-interactive environment at all (with the context set, otherwise it appears to be normal). https://app.circleci.com/pipelines/github/tristan-zander/runback-discord-bot/25/workflows/53994616-9fc3-4c7c-a12f-9002b14a8533/jobs/26/parallel-runs/0/steps/0-106
Here's an example of a working test run on my fork: - https://github.com/tristan-zander/sea-orm/actions/runs/1972457226 - https://github.com/tristan-zander/sea-orm/releases/tag/0.6.1
> Hey @tristan-zander, sorry for the delay. Now that I think building a binary for `sea-orm-cli` when we tag a release might be error prone. Because the release cycle of...
Closed due to https://github.com/SeaQL/sea-orm/pull/595#pullrequestreview-1072026852
I'd like to take on this task, although it doesn't _seem_ like you have a release strategy as of now (other than manually doing so). I think that some established...
Oh gotcha, I didn't realize Github Actions had a hook for when you create a release. That works perfectly then. I'll try to get a PR going this weekend.