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 0b47348 commit dd17769Copy full SHA for dd17769
.github/workflows/nightly-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
run: pnpm build:nightly # Produces bin/roo-code-nightly-0.0.[count].vsix
54
- name: Publish to VS Code Marketplace (Nightly channel)
55
env:
56
- VSCE_PAT: ${{ secrets.VSCE_PAT_NIGHTLY }}
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
57
run: npx vsce publish --packagePath "bin/$(/bin/ls bin | head -n1)"
58
- name: Publish to Open VSX
59
0 commit comments