Skip to content

Commit

Permalink
Prints Version in version phase
Browse files Browse the repository at this point in the history
  • Loading branch information
theVinesh committed Aug 23, 2019
1 parent 78c1943 commit 2d0cf47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Version
command: |
bash scripts/version.sh >> version
cat version
- run:
name: Installing Dependencies
command: npm ci
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
command: |
export VERSION=$(cat version)
npm run release
workflows:
version: 2
build-test-deploy:
Expand Down

0 comments on commit 2d0cf47

Please sign in to comment.