Skip to content

Commit b2459de

Browse files
committed
ci: update nightly publish workflow
1 parent 6f58c81 commit b2459de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ jobs:
3636
cache: 'pnpm'
3737
- name: Install dependencies
3838
run: pnpm install --frozen-lockfile
39-
- name: Enable Internal Feature Flags
39+
- name: Log Internal Experiments
4040
run: |
41-
# Set environment variable for nightly build
42-
echo "ROO_CODE_NIGHTLY=true" >> $GITHUB_ENV
43-
4441
# Log enabled experiments
4542
node scripts/log-experiments.js
4643
- name: Forge numeric Nightly version

0 commit comments

Comments
 (0)