Skip to content

Commit

Permalink
fix(ci): correct version check directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Mar 1, 2017
1 parent 70f5a2c commit 501dea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
#
# run semantic release only in one version
#
if ./node_modules/contentful-sdk-core/bin/run-if-node-version.js ; then
if ./bin/run-if-node-version.js ; then
npm run semantic-release
fi

0 comments on commit 501dea1

Please sign in to comment.