We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b71179c + 87c1f64 commit 7a5a576Copy full SHA for 7a5a576
.github/workflows/build.yml
@@ -68,6 +68,7 @@ jobs:
68
sed -i -e 's/<TOKEN>/${{ secrets.GITHUB_TOKEN }}/g' cml-ls/.yarnrc.yml
69
cp -r .yarn cml-ls/.yarn
70
touch cml-ls/yarn.lock
71
+ cd cml-ls && yarn install
72
73
- name: Publish to GitHub Package Registry
74
if: github.event_name == 'release' # Publish only on release creation
0 commit comments