Skip to content

Commit

Permalink
ci: Pull current master in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
zioroboco committed Oct 16, 2019
1 parent f6b4950 commit 5ae74a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/release.sh
Expand Up @@ -45,7 +45,7 @@ setup_npm() {
}

release() {
git fetch origin && git checkout master && reset --hard origin/master
git checkout master && git pull

# Bump packages, push and tag a release commit, and update release notes
lerna version --conventional-commits --create-release=github --yes \
Expand Down

0 comments on commit 5ae74a0

Please sign in to comment.