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 6f58c81 commit b2459deCopy full SHA for b2459de
.github/workflows/nightly-publish.yml
@@ -36,11 +36,8 @@ jobs:
36
cache: 'pnpm'
37
- name: Install dependencies
38
run: pnpm install --frozen-lockfile
39
- - name: Enable Internal Feature Flags
+ - name: Log Internal Experiments
40
run: |
41
- # Set environment variable for nightly build
42
- echo "ROO_CODE_NIGHTLY=true" >> $GITHUB_ENV
43
-
44
# Log enabled experiments
45
node scripts/log-experiments.js
46
- name: Forge numeric Nightly version
0 commit comments