Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
yarn install
working-directory: vscode-extension
- name: publish
env:
VS_MARKETPLACE_TOKEN: ${{ secrets.VS_MARKETPLACE_TOKEN }}
run: |
echo ${{ secrets.VS_MARKETPLACE_TOKEN }} | vsce login jetpack-io
echo $VS_MARKETPLACE_TOKEN | vsce login jetpack-io
vsce package --yarn
vsce publish --yarn
working-directory: vscode-extension