Skip to content

Commit 6281e53

Browse files
authored
ci: automatically release to marketplace (#15)
1 parent 7821248 commit 6281e53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ jobs:
7474
asset_path: ./sysdig-vscode-ext.vsix
7575
asset_name: sysdig-vscode-ext.vsix
7676
asset_content_type: application/vsix
77+
78+
- name: Publish VSIX to the marketplace
79+
env:
80+
VSCE_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
81+
run: |
82+
vsce publish

0 commit comments

Comments
 (0)