Skip to content

Commit 57b9da4

Browse files
author
rolsen
committed
Merge branch 'master' into t8-integration
2 parents 0a06b2c + 104903f commit 57b9da4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
- run: npm run setup
5757
- name: Fix lerna mess
5858
run: node ./scripts/fix_lerna_backup.js
59-
- run: OVERRIDE_BUILD_DATE=${{ steps.date.outputs.formattedTime }} npm run build
59+
- run: npm run build
60+
env:
61+
OVERRIDE_BUILD_DATE: ${{ steps.date.outputs.formattedTime }}
6062
- run: SKIP_HARDWARE_TEST=true npm run test
6163
if: ${{ matrix.platform == 'ubuntu-16.04' }}
6264

0 commit comments

Comments
 (0)