Skip to content

Commit f0b7117

Browse files
committed
Updates to the circleci config v2
1 parent 3b40fbf commit f0b7117

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ aliases:
3434
| head -1 \
3535
| awk -F: '{ print $2 }' \
3636
| sed 's/[",]//g');
37-
echo "$PACKAGE_VERSION for STAGING";
3837
if [[ $PACKAGE_VERSION =~ "alpha" ]];
3938
then
40-
true; return
39+
echo true
4140
circleci step halt
41+
else
42+
echo false
4243
fi;
4344
4445
- &restore-build-flag

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/common",
3-
"version": "2.0.7",
3+
"version": "2.0.7-alpha.0.0.1",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)