Skip to content

Commit ba65f13

Browse files
committed
Use SSH remote instead of HTTPS.
We use GitHub deploy keys to push to master from CI, which require SSH remotes.
1 parent 0546974 commit ba65f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/ci-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ git checkout -b travis-temp
2929
yarn version --no-git-tag-version --new-version $NEW_VERSION
3030
yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
3131
git commit -am "Update release notes for $TRAVIS_TAG"
32+
git remote remove origin
33+
git remote add origin [email protected]:scala/vscode-scala-syntax.git
3234
git push origin HEAD:master
3335

3436
# Publish to VS Code Marketplace

0 commit comments

Comments
 (0)