We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e00648 commit ae17542Copy full SHA for ae17542
.github/workflows/publish.yaml
@@ -11,6 +11,7 @@ jobs:
11
node-version: '15'
12
- run: npm ci
13
- run: npm install -g vsce
14
- - name: Login to vsce
15
- run: echo ${{ secrets.VS_MARKETPLACE_PAT }} | vsce login coder
16
- - run: vsce publish
+ - name: Publish
+ run: vsce publish -p "$VS_TOKEN"
+ env:
17
+ VS_TOKEN: ${{ secrets.VS_MARKETPLACE_PAT }}
0 commit comments