Skip to content

Commit

Permalink
fix: releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent 9f02228 commit ba33440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release_example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require('path')
sh.set('-ev')

sh.exec('yarn link')
const version = process.argv[1]
const version = process.argv[2]

const examples = [
'example-multi-cli-javascript',
Expand Down

0 comments on commit ba33440

Please sign in to comment.