Skip to content

Commit

Permalink
Dont require artifact to exist after publishing (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui authored Oct 25, 2018
1 parent 9c1e1c5 commit 70bf354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/apm_cmds/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ exports.task = function ({
},
{
title: 'Fetch published repo',
task: getRepoTask.task({ apmRepo: module.appName, apm })
task: getRepoTask.task({ artifactRequired: false, apmRepo: module.appName, apm })
}
])
}
Expand Down

0 comments on commit 70bf354

Please sign in to comment.