Skip to content

Commit

Permalink
Fix vscode publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel authored Jan 22, 2025
1 parent 4c79beb commit b29317c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
node-version: 20
- name: Build lib
run: |
./gradlew :src:plugin:arguments:build \
./gradlew :src:plugin:arguments:publish \
:src:plugin:npm:build
- name: Build vscode extension
working-directory: ./src/ide/vscode
Expand Down Expand Up @@ -261,4 +261,4 @@ jobs:
- name: Build
working-directory: ./src/plugin/npm/build/dist/js/productionLibrary
run: |
npm publish --access public
npm publish --access public

0 comments on commit b29317c

Please sign in to comment.