Skip to content

Commit

Permalink
fix(publish): remove call to undefined function
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 22, 2017
1 parent 1c3ec20 commit 72d13b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/publish.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const execa = require('execa')
const updatePackageVersion = require('./update-package-version')

module.exports = async (pluginConfig, { pkg, nextRelease: { version }, logger }) => {
await updatePackageVersion(version, logger)
logger.log(`Pushing version ${pluginConfig.name}:${version} to docker hub`)

// Push both new version and latest
Expand Down

0 comments on commit 72d13b7

Please sign in to comment.