diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f531a89..0427fa0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,6 +42,9 @@ jobs: #command: yarn test - store_test_results: path: test-results + - run: + name: Append Commit SHA to Version + command: yarn circle:append-sha - run: name: Generate Builds (Linux) command: yarn dist -l -p never