Skip to content

Commit 7a5a576

Browse files
authored
Merge pull request #9 from lstreckeisen/setup-cml-grammar
execute yarn install before publication
2 parents b71179c + 87c1f64 commit 7a5a576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
sed -i -e 's/<TOKEN>/${{ secrets.GITHUB_TOKEN }}/g' cml-ls/.yarnrc.yml
6969
cp -r .yarn cml-ls/.yarn
7070
touch cml-ls/yarn.lock
71+
cd cml-ls && yarn install
7172
7273
- name: Publish to GitHub Package Registry
7374
if: github.event_name == 'release' # Publish only on release creation

0 commit comments

Comments
 (0)