Skip to content

Commit

Permalink
Merge pull request #29 from tnthornton/yarn-instead-of-npm
Browse files Browse the repository at this point in the history
Move to yarn instead of npm to fix ci
  • Loading branch information
tnthornton authored Oct 10, 2024
2 parents a388689 + 50ddccd commit 115cf6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
with:
node-version: 18.x

- run: npm install
- run: yarn install

# We don't have any tests yet.
# - run: xvfb-run -a npm test

- name: Publish
if: success()
run: npm run deploy
run: yarn run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 115cf6b

Please sign in to comment.