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 3b40fbf commit f0b7117Copy full SHA for f0b7117
.circleci/config.yml
@@ -34,11 +34,12 @@ aliases:
34
| head -1 \
35
| awk -F: '{ print $2 }' \
36
| sed 's/[",]//g');
37
- echo "$PACKAGE_VERSION for STAGING";
38
if [[ $PACKAGE_VERSION =~ "alpha" ]];
39
then
40
- true; return
+ echo true
41
circleci step halt
+ else
42
+ echo false
43
fi;
44
45
- &restore-build-flag
packages/common/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/common",
3
- "version": "2.0.7",
+ "version": "2.0.7-alpha.0.0.1",
4
"scripts": {
5
"build": "rollup -c",
6
"dev": "rollup -c -w",
0 commit comments