Skip to content

Commit

Permalink
Update with real bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 11, 2022
1 parent aa63c0e commit b50a194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
- run:
name: "Set CIRCLE_TAG to version in package.json"
command: |
CIRCLE_TAG=npm pkg get version
CIRCLE_TAG=v$(npm pkg get version | tr -d '"')
echo $CIRCLE_TAG
workflows:
integration-tests_deploy:
Expand Down

0 comments on commit b50a194

Please sign in to comment.