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 700cb69 + b7fce3e commit ce492f1Copy full SHA for ce492f1
.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