Skip to content

Commit ce492f1

Browse files
Merge pull request #15 from deepnote/orom/fix-publish-yaml-publish-sql-parser
Fix publish-sql-parser yarn workspace
2 parents 700cb69 + b7fce3e commit ce492f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
GIT_TAG=${{ github.ref_name }}
2626
VERSION="${GIT_TAG#v}"
27-
yarn workspace sql-parser version --new-version ${VERSION} --no-git-tag-version
27+
yarn workspace sql-language-server version --new-version ${VERSION} --no-git-tag-version
2828
2929
- run: yarn install
3030
- run: yarn npm:prepublish

0 commit comments

Comments
 (0)