I removed 'classpath:' from master.xml file and it's work
Before:
<include file="classpath:db/changelog/migrations/1-create-publisher-table.xml" relativeToChangelogFile="false"/>
After:
<include file="db/changelog/migrations/1-create-publisher-table.xml" relativeToChangelogFile="false"/>