Skip to content

Commit 80aff30

Browse files
committed
Update release script for test deployment
1 parent 9057516 commit 80aff30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- '*.*.*'
77

88
env:
9-
OWNER: scala
9+
OWNER: MaximeKjaer
1010
REPOSITORY: vscode-scala-syntax
11-
RELEASE_BRANCH: master
11+
RELEASE_BRANCH: gh-actions-test
1212

1313
jobs:
1414
deploy:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "scala",
3-
"displayName": "Scala Syntax (official)",
4-
"description": "Official Scala Syntax",
3+
"displayName": "Scala Syntax (unofficial)",
4+
"description": "Unofficial Scala Syntax. For testing only.",
55
"version": "0.4.5",
6-
"publisher": "scala-lang",
6+
"publisher": "MaximeKjaer",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"engines": {
99
"vscode": "^1.5.0"

0 commit comments

Comments
 (0)