Skip to content

Commit ae17542

Browse files
authored
fix: patch publish token usage (#3)
1 parent 9e00648 commit ae17542

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
node-version: '15'
1212
- run: npm ci
1313
- run: npm install -g vsce
14-
- name: Login to vsce
15-
run: echo ${{ secrets.VS_MARKETPLACE_PAT }} | vsce login coder
16-
- run: vsce publish
14+
- name: Publish
15+
run: vsce publish -p "$VS_TOKEN"
16+
env:
17+
VS_TOKEN: ${{ secrets.VS_MARKETPLACE_PAT }}

0 commit comments

Comments
 (0)