Skip to content

Commit 614de03

Browse files
authored
Update before_deploy.sh
1 parent be7cd1d commit 614de03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/before_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git tag --delete $TRAVIS_TAG || echo "Error deleting previous tag $TRAVIS_TAG lo
3535
npm install -g @dappnode/dappnodesdk
3636

3737
# 5. Compute the next version from the mainnet APM smart contract
38-
export RELEASE_VERSION=$(dappnodesdk next patch -p infura)
38+
export RELEASE_VERSION=$(dappnodesdk next patch -p infura || "0.0.1")
3939
export TRAVIS_TAG="v${RELEASE_VERSION}"
4040
echo "NEXT TRAVIS_TAG $TRAVIS_TAG"
4141

0 commit comments

Comments
 (0)