Skip to content

Commit 460a406

Browse files
committed
fix: extension ci
- fixed the publish command in the ci/cd pipeline of the extension
1 parent 4cf7436 commit 460a406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: npm install
2222

2323
- name: Publish
24-
run: npm run publish:patch
24+
run: npm run publish:patch --workspace=mooncode
2525
env:
2626
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)