Skip to content

Commit aff5b19

Browse files
authored
Merge pull request #5 from swift-server-community/sebsto/publish_vsce
add vsce publish step
2 parents a8da222 + 747329e commit aff5b19

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@ jobs:
3232
run: npx semantic-release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
3635
working-directory: vscode-extension
36+
37+
- name: Publish extension
38+
run: npx vcse package && npx vcse publish
39+
env:
40+
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
41+
working-directory: vscode-extension

0 commit comments

Comments
 (0)