Skip to content

Commit f770671

Browse files
committed
More config cleanup
1 parent 2c38def commit f770671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aliases:
2727

2828
- &test_package_version_for_alpha_tag
2929
run:
30-
name: Get Version
30+
name: Is tagged as Alpha version
3131
command: |
3232
PACKAGE_VERSION=$(cat package.json \
3333
| grep version \
@@ -116,6 +116,7 @@ commands:
116116
- *create-npm-config
117117
- *publish-npm
118118
- save-build-flag
119+
119120
node-staging-build-steps:
120121
steps:
121122
- checkout:

0 commit comments

Comments
 (0)