Set IS_NIGHTLY right when we build (#8482)

## Summary

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8482-Set-IS_NIGHTLY-right-when-we-build-2f86d73d365081009fdbc2aee8f7545d)
by [Unito](https://www.unito.io)
This commit is contained in:
Alexander Brown
2026-01-30 01:11:41 -08:00
committed by GitHub
parent d7ec24abc3
commit b4649bc96d
2 changed files with 2 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ jobs:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
ENABLE_MINIFY: 'true'
USE_PROD_CONFIG: 'true'
IS_NIGHTLY: ${{ case(github.ref == 'refs/heads/main', 'true', 'false') }}
run: |
pnpm install --frozen-lockfile
pnpm build