Skip to content

Commit

Permalink
ci: Use yarn for packaging VS Code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
danielelisi committed Jan 28, 2022
1 parent a1595cb commit 71a7843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
pat: stub
dryRun: true
yarn: true
packagePath: ${{ env.VSCODE_DIR }}
- id: setArtifactFilename
run: echo "::set-output name=filename::taqueria-vscode-${{ github.head_ref || github.ref_name }}-${{ runner.os }}"
Expand Down

0 comments on commit 71a7843

Please sign in to comment.