Skip to content

Commit

Permalink
fix(publish-script): set remote in git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Sep 10, 2018
1 parent fa1fd9d commit aa03557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version=$(node -p "require('./lerna.json').version")
git commit -m "chore(release): release ${version}"

git push --tags --no-verify
git push --no-verify
git push origin HEAD --no-verify

# TODO: set this up to work with multiple packages
cd garden-cli
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
},
"snyk": true,
"dependencies": {}
}
}

0 comments on commit aa03557

Please sign in to comment.