Skip to content

Commit 56b9060

Browse files
committed
typo in prebuild script
1 parent 64fb4d9 commit 56b9060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
1313
PACKAGE_JSON_VERSION=$(node -e "console.log(require('./package.json').version)")
1414

15-
if [[ ${COMMIT_MESSAGE} == v${PACKAGE_JSON_VERSION} ]]; then
15+
if [[ ${COMMIT_MESSAGE} == ${PACKAGE_JSON_VERSION} ]]; then
1616
echo "running prebuild"
1717
nvm use --delete-prefix ${NODE_VERSION}
1818
node ./node_modules/prebuild/bin.js --all --strip -u ${GITHUB_TOKEN}

0 commit comments

Comments
 (0)