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 dd17769 commit 0ac4e3bCopy full SHA for 0ac4e3b
.github/workflows/nightly-publish.yml
@@ -2,7 +2,7 @@ name: Nightly Publish
2
3
on:
4
push:
5
- branches: [main, cte/nightly-ci]
+ branches: [main]
6
workflow_dispatch: # Allows manual triggering.
7
8
env:
@@ -51,11 +51,11 @@ jobs:
51
EOF
52
- name: Build VSIX
53
run: pnpm build:nightly # Produces bin/roo-code-nightly-0.0.[count].vsix
54
- - name: Publish to VS Code Marketplace (Nightly channel)
+ - name: Publish to VS Code Marketplace
55
56
VSCE_PAT: ${{ secrets.VSCE_PAT }}
57
run: npx vsce publish --packagePath "bin/$(/bin/ls bin | head -n1)"
58
- - name: Publish to Open VSX
+ - name: Publish to Open VSX Registry
59
60
OVSX_PAT: ${{ secrets.OVSX_PAT }}
61
run: npx ovsx publish "bin/$(ls bin | head -n1)"
0 commit comments