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 3e47e32 commit 2beeca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,16 @@ jobs:
node-version: '18'
- name: Install NodeJS dependencies
run: npm install -g typescript "@vscode/vsce" "ovsx"
- name: Cache Version
run: |
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
- name: Build vscode-server-connector
run: |
npm install
npm run build
- name: Package vscode-server-connector
run: |
vsce package
vsce package o vscode-server-connector-{{ env.EXT_VERSION }}.vsix
ls -lash *.vsix
- name: Upload VSIX Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2beeca4

Please sign in to comment.