Skip to content

Commit 0f327f9

Browse files
committed
fix: yarn install
1 parent 043a35a commit 0f327f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
echo "package.json version does not match git tag"
2020
exit 1
2121
fi
22+
- name: Install dependencies
23+
run: yarn install
2224
- name: Publish
23-
run: npm run publish
25+
run: yarn run publish
2426
env:
2527
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)