diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 671e0b7..1536411 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: env: OWNER: scala REPOSITORY: vscode-scala-syntax - RELEASE_BRANCH: master + RELEASE_BRANCH: main jobs: deploy: diff --git a/package.json b/package.json index bec6090..4ed63ce 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "ui", "web" ], - "homepage": "https://github.com/scala/vscode-scala-syntax/blob/master/README.md", + "homepage": "https://github.com/scala/vscode-scala-syntax/blob/main/README.md", "repository": { "type": "git", "url": "https://github.com/scala/vscode-scala-syntax.git"