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 b7b2f09 commit 1c8ac2bCopy full SHA for 1c8ac2b
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
name: NPM Publish
28
command: |
29
if [ ! -z "$CIRCLE_TAG" ];
30
- then npm publish";
+ then npm publish;
31
else echo " No tag found, no attempt to publish to npm. ";
32
fi
33
0 commit comments