'state:modified+' does not spot the change when removing columns from views

When running a CI job on merge, deferred to production, the command dbt run -s state:modified+ does not spot the change whenever I remove the column from the view.
Adding, renaming columns works fine, as well as removing when it is materialized as a table, but removing and view does not work.

I’m just getting this:

The selection criterion 'state:modified+' does not match any nodes
Nothing to do. Try checking your model configs and model specification args