Skip to content

Commit 5f0b555

Browse files
authored
ci: uncomment publish release step (#327)
1 parent b71c8e5 commit 5f0b555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- name: Publish to marketplace
3737
run: |
3838
echo "Publishing ${VSIX_PATH} to marketplace"
39-
# npx vsce publish --packagePath ${VSIX_PATH}
39+
npx vsce publish --packagePath ${VSIX_PATH}
4040
env:
4141
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)