Skip to content

Commit

Permalink
fix build vscode output
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Mar 2, 2022
1 parent 857b673 commit e2b2c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
build:
runs-on: ubuntu-latest
outputs:
releaseVersion: ${{ steps.nbgv.outputs.CloudBuildNumber }}
extensionVersion: ${{ steps.relInfo.outputs.version }}
preRelease: ${{ steps.relInfo.outputs.preRelease }}
releaseVersion: ${{ steps.nbgv.outputs.CloudBuildNumber }}
extensionVersion: ${{ steps.relInfo.outputs.extensionVersion }}
preRelease: ${{ steps.relInfo.outputs.preRelease }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e2b2c4e

Please sign in to comment.