Skip to content

Commit 1676b10

Browse files
authored
Update publish.yml
1 parent 51c764f commit 1676b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js Package
1+
name: VSCE Publish
22

33
on:
44
release:
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: npm ci
16-
- run: npx vsce publish -p $VSCE_TOKEN
16+
- run: npx vsce publish -p ${{secrets.VSCE_TOKEN}}
1717
env:
1818
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}

0 commit comments

Comments
 (0)