We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a06b2c + 104903f commit 57b9da4Copy full SHA for 57b9da4
.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