diff --git a/.circleci/config.yml b/.circleci/config.yml
index 36bd198cedc7ca526bffaae607c3ad4264349091..29ebca82f2b403d0a192145c2aa7e7b2760380cc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -101,11 +101,11 @@ jobs:
           keys:
             - v1-dist-{{ .Revision }}
       - run: npm version --no-git-tag-version $RELEASE_VERSION
-      - run: echo git tag $RELEASE_VERSION
-      - run: echo git push $CIRCLE_REPOSITORY_URL $RELEASE_VERSION
       - run: |
           npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
           npm publish --dry-run
+      - run: git tag $RELEASE_VERSION
+      - run: git push $CIRCLE_REPOSITORY_URL $RELEASE_VERSION
 
 deploy-requirements: &deploy-requirements
   requires: