Skip to content

Commit 7edb31e

Browse files
committed
VSCE docs too confusing, doing my own thing.
1 parent af83a98 commit 7edb31e

File tree

3 files changed

+6
-1336
lines changed

3 files changed

+6
-1336
lines changed

.github/workflows/publish_extension.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
with:
1515
node-version: 16.x
1616
- run: npm install
17-
- name: Publish
17+
- name: Build Package
18+
run: npm run build
19+
- name: Publish Package
1820
run: npm run deploy
1921
env:
2022
VSCE_PAT: ${{ secrets.MARKETPLACEAUTH }}

0 commit comments

Comments
 (0)