FIX: `posts:inline_uploads` rake task needs to bypass bump.
This commit is contained in:
parent
f60451a89d
commit
d49c193289
|
@ -690,7 +690,8 @@ task 'posts:inline_uploads' => :environment do |_, args|
|
|||
raw: new_raw
|
||||
},
|
||||
skip_validations: true,
|
||||
force_new_version: true
|
||||
force_new_version: true,
|
||||
bypass_bump: true
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue