testing artifact publishing

This commit is contained in:
jobevers 2017-02-09 17:32:02 -06:00
parent 0949d36926
commit 2e407ecaa1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.9.0",
"version": "0.0.1",
"main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": "lbry.io",

View file

@ -63,7 +63,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
security unlock-keychain -p ${KEYCHAIN_PASSWORD} osx-build.keychain
fi
node_modules/.bin/build
node_modules/.bin/build -p onTagOrDraft
echo 'Build and packaging complete.'
else