Skip to content

Commit

Permalink
Use yarn in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Mar 1, 2022
1 parent c742f71 commit d0cd0c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Install npm
- name: Install vsce and deps
run: |
npm i -g vsce
npm install
yarn global add vsce
yarn install
- name: Publish
run: |
echo $RELEASE_VERSION
Expand Down

0 comments on commit d0cd0c9

Please sign in to comment.