我正在使用语义发布 npm 模块来执行循环 ci 中的发布。我收到以下错误
[semantic-release] [@semantic-release/npm] › ℹ 将 1.0.0 版写入 /home/circleci/tmp npm 中的 package.json 错误!版本未更改,可能需要 --allow-same-version
npm 错误!可以在以下位置找到此运行的完整日志:npm ERR!
/home/circleci/.npm/_logs/2019-01-19T15_21_36_194Z-debug.log [下午 3:21:36] [语义发布] › ✖ 插件“@semantic-release/npm”的“准备”步骤失败 [下午 3:21:36] [语义发布] › ✖ 运行语义发布时出错:{ 错误:命令失败:npm 版本 1.0.0 --no-git-tag-version npm ERR!版本未更改,可能需要 --allow-same-versionnpm 错误!可以在以下位置找到此运行的完整日志:npm ERR!
/home/circleci/.npm/_logs/2019-01-19T15_21_36_194Z-debug.logat makeError (/home/circleci/tmp/node_modules/execa/index.js:174:9) at Promise.all.then.arr (/home/circleci/tmp/node_modules/execa/index.js:278:16) at process._tickCallback (internal/process/next_tick.js:68:7) code: 1, stdout: '', stderr: 'npm ERR! Version not changed,
可能需要--allow-same-version\n\nnpm ERR!可以在以下位置找到此运行的完整日志:\nnpm ERR!
/home/circleci/.npm/_logs/2019-01-19T15_21_36_194Z-debug.log\n',
失败:true,信号:null,cmd:'npm version 1.0.0 --no-git-tag-version', timedOut:false,killed:false,pluginName:'@semantic-release/npm'} {错误:命令失败:npm version 1.0.0 --no-git-tag-version npm ERR!版本未更改,可能需要 --allow-same-versionnpm 错误!可以在以下位置找到此运行的完整日志:npm ERR!
/home/circleci/.npm/_logs/2019-01-19T15_21_36_194Z-debug.logat makeError (/home/circleci/tmp/node_modules/execa/index.js:174:9) at Promise.all.then.arr (/home/circleci/tmp/node_modules/execa/index.js:278:16) at process._tickCallback (internal/process/next_tick.js:68:7) code: 1, stdout: '', stderr: 'npm ERR! Version not changed,
可能需要--allow-same-version\n\nnpm ERR!可以在以下位置找到此运行的完整日志:\nnpm ERR!
/home/circleci/.npm/_logs/2019-01-19T15_21_36_194Z-debug.log\n',
失败:true,信号:null,cmd:'npm version 1.0.0 --no-git-tag-version', timedOut: false, kill: false, pluginName: '@semantic-release/npm' }退出代码 1
我该如何解决?