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.
1 parent 700cb69 commit b7fce3eCopy full SHA for b7fce3e
.github/workflows/publish.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
GIT_TAG=${{ github.ref_name }}
26
VERSION="${GIT_TAG#v}"
27
- yarn workspace sql-parser version --new-version ${VERSION} --no-git-tag-version
+ yarn workspace sql-language-server version --new-version ${VERSION} --no-git-tag-version
28
29
- run: yarn install
30
- run: yarn npm:prepublish
0 commit comments