Skip to content

Commit 0ac4e3b

Browse files
committed
Tweak titles
1 parent dd17769 commit 0ac4e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly Publish
22

33
on:
44
push:
5-
branches: [main, cte/nightly-ci]
5+
branches: [main]
66
workflow_dispatch: # Allows manual triggering.
77

88
env:
@@ -51,11 +51,11 @@ jobs:
5151
EOF
5252
- name: Build VSIX
5353
run: pnpm build:nightly # Produces bin/roo-code-nightly-0.0.[count].vsix
54-
- name: Publish to VS Code Marketplace (Nightly channel)
54+
- name: Publish to VS Code Marketplace
5555
env:
5656
VSCE_PAT: ${{ secrets.VSCE_PAT }}
5757
run: npx vsce publish --packagePath "bin/$(/bin/ls bin | head -n1)"
58-
- name: Publish to Open VSX
58+
- name: Publish to Open VSX Registry
5959
env:
6060
OVSX_PAT: ${{ secrets.OVSX_PAT }}
6161
run: npx ovsx publish "bin/$(ls bin | head -n1)"

0 commit comments

Comments
 (0)