We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fb4d9 commit 56b9060Copy full SHA for 56b9060
scripts/after_success.sh
@@ -12,7 +12,7 @@ fi
12
COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
13
PACKAGE_JSON_VERSION=$(node -e "console.log(require('./package.json').version)")
14
15
-if [[ ${COMMIT_MESSAGE} == v${PACKAGE_JSON_VERSION} ]]; then
+if [[ ${COMMIT_MESSAGE} == ${PACKAGE_JSON_VERSION} ]]; then
16
echo "running prebuild"
17
nvm use --delete-prefix ${NODE_VERSION}
18
node ./node_modules/prebuild/bin.js --all --strip -u ${GITHUB_TOKEN}
0 commit comments