Skip to content

Commit

Permalink
Use SSH remote instead of HTTPS.
Browse files Browse the repository at this point in the history
We use GitHub deploy keys to push to master from CI, which require SSH
remotes.
  • Loading branch information
olafurpg committed May 2, 2019
1 parent 0546974 commit ba65f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ git checkout -b travis-temp
yarn version --no-git-tag-version --new-version $NEW_VERSION
yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
git commit -am "Update release notes for $TRAVIS_TAG"
git remote remove origin
git remote add origin [email protected]:scala/vscode-scala-syntax.git
git push origin HEAD:master

# Publish to VS Code Marketplace
Expand Down

0 comments on commit ba65f13

Please sign in to comment.