Skip to content

Commit

Permalink
fix-release-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Sep 5, 2018
1 parent 92beb3d commit a65f90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- setup_remote_docker
- run: npm install
- run: npm run build
- run: npm run release:validate
- run: TAG=$CIRCLE_TAG npm run release:validate
- run: npm run docker:build:release
- run: npm run docker:push:release

Expand Down

0 comments on commit a65f90f

Please sign in to comment.