Skip to content

Commit

Permalink
Merge pull request #1390 from tgodzik/fixing
Browse files Browse the repository at this point in the history
bugfix: Try to build language-client in the first place
  • Loading branch information
tgodzik authored Apr 21, 2023
2 parents 5bb6ac5 + c462316 commit 67c15ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
id: get_version
run: echo ::set-output name=NEW_VERSION::${GITHUB_REF#refs/tags/v}
- run: |
cd packages/metals-vscode
cd packages/metals-languageclient
yarn install && yarn build
cd ../metals-vscode
yarn install
- run: |
cd packages/metals-vscode
Expand All @@ -37,9 +39,7 @@ jobs:
run: git push origin HEAD:main
- name: Publish extension
run: |
cd packages/metals-languageclient
yarn install && yarn build
cd ../metals-vscode
cd packages/metals-vscode
yarn vscode:publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}
- name: Build VSIX package
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ide",
"scalameta"
],
"version": "1.23.0",
"version": "1.22.8",
"publisher": "scalameta",
"contributors": [
{
Expand Down

0 comments on commit 67c15ef

Please sign in to comment.