Skip to content

Commit 104903f

Browse files
author
rolsen
committed
Fix: Workflow env specification for build date.
1 parent 69abea9 commit 104903f

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)