We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69abea9 commit 104903fCopy full SHA for 104903f
.github/workflows/build_release.yml
@@ -56,7 +56,9 @@ jobs:
56
- run: npm run setup
57
- name: Fix lerna mess
58
run: node ./scripts/fix_lerna_backup.js
59
- - run: OVERRIDE_BUILD_DATE=${{ steps.date.outputs.formattedTime }} npm run build
+ - run: npm run build
60
+ env:
61
+ OVERRIDE_BUILD_DATE: ${{ steps.date.outputs.formattedTime }}
62
- run: SKIP_HARDWARE_TEST=true npm run test
63
if: ${{ matrix.platform == 'ubuntu-16.04' }}
64
0 commit comments