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 64f9621 commit 907e5c0Copy full SHA for 907e5c0
.travis.yml
@@ -43,7 +43,7 @@ script:
43
RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/$1/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
44
if [ "$PACKAGE_VERSION" = "$RELEASE_VERSION" ]
45
then
46
- echo "Version PACKAGE_VERSION already released
+ echo "Version PACKAGE_VERSION already released"
47
else
48
node-pre-gyp-github publish
49
fi
0 commit comments