Skip to content

Commit

Permalink
go again
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 5, 2024
1 parent fdf50b1 commit 3b40a25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
- name: Build VSCode Extension
id: build
run: |
pnpm run vscode:package
VERSION=$(cat package.json| grep version | cut -d ' ' -f 4 | sed 's/[",]//g')
echo "version=$VERSION" >> $GITHUB_OUTPUT
pnpm run vscode:package --pre-release
echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT
working-directory: typescript/vscode-ext/packages

# Upload the artifact (helpful for debugging and manual downloads)
Expand Down

0 comments on commit 3b40a25

Please sign in to comment.