Skip to content

Commit

Permalink
ci: speed up post_release job (aws-amplify#6957)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Oct 13, 2020
1 parent ebb20c1 commit 73b34c9
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 @@ -637,7 +637,7 @@ jobs:
git config --global user.email $GITHUB_EMAIL
git config --global user.name $GITHUB_USER
git pull origin release
yarn && yarn build
yarn workspace @aws-amplify/core build
git add ./packages/core/src/Platform/version.ts
git commit -m "chore(release): update version.ts [ci skip]"
git push origin release
Expand Down

0 comments on commit 73b34c9

Please sign in to comment.