Skip to content

Commit

Permalink
Add missing install env for release stats (vercel#54581)
Browse files Browse the repository at this point in the history
This should fix the stalled action as it seems we aren't skipping this postinstall step when we should be which explains why it was passing for PR stats but not release stats

x-ref: https://github.com/vercel/next.js/actions/runs/5980582756/job/16227150469
  • Loading branch information
ijjk committed Aug 25, 2023
1 parent 529a1be commit 8afd85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ jobs:
- uses: ./.github/actions/next-stats-action
env:
PR_STATS_COMMENT_TOKEN: ${{ secrets.PR_STATS_COMMENT_TOKEN }}
NEXT_SKIP_NATIVE_POSTINSTALL: 1

upload_turbopack_bytesize:
name: Upload Turbopack Bytesize trace to Datadog
Expand Down

0 comments on commit 8afd85d

Please sign in to comment.