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 6086fc4 + 87e06d6 commit 365e3b4Copy full SHA for 365e3b4
.github/workflows/build.yml
@@ -60,6 +60,10 @@ jobs:
60
name: cml-language-server
61
path: ./cml-ls/
62
63
+ - name: Prepare publication
64
+ if: github.event_name == 'release' # Publish only on release creation
65
+ run: sed -i -e 's/<TOKEN>/${{ secrets.GITHUB_TOKEN }}/g' .yarnrc.yml
66
+
67
- name: Publish to GitHub Package Registry
68
if: github.event_name == 'release' # Publish only on release creation
69
run: yarn npm publish
0 commit comments