Skip to content

Commit d41e8e7

Browse files
committed
fix: publish to marketplace
1 parent 336909e commit d41e8e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
run: npm ci --cache ../.npm --prefer-offline
2323

2424
- name: Publish to VSCode Extension Marketplace
25-
uses: lannonbr/[email protected]
26-
with:
27-
args: "publish -p $PUBLISHER_TOKEN"
25+
run: npx vsce publish -p ${PUBLISHER_TOKEN}
2826
env:
2927
PUBLISHER_TOKEN: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)