testing artifact publishing
This commit is contained in:
parent
0949d36926
commit
2e407ecaa1
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue