Skip to content

Commit

Permalink
Attempt a release action
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Oct 4, 2024
1 parent da20c04 commit b724979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
- name: Install NodeJS dependencies
run: npm install -g typescript "@vscode/vsce" "ovsx"
- name: Build vscode-server-connector
- run: npm install
- run: npm run build

- run: |
npm install
npm run build
- name: Package vscode-server-connector
run: |
vsce package
Expand Down

0 comments on commit b724979

Please sign in to comment.