FIX: `posts:inline_uploads` rake task needs to bypass bump.

This commit is contained in:
Guo Xiang Tan 2019-06-12 09:13:31 +08:00
parent f60451a89d
commit d49c193289
1 changed files with 2 additions and 1 deletions

View File

@ -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