docs(): core.json now added to repo (#24850)

This commit is contained in:
Liam DeBeasi
2022-02-25 14:37:43 -05:00
committed by GitHub
parent ea4a9bb694
commit 5baeeb1172
3 changed files with 20208 additions and 3 deletions

View File

@@ -21,10 +21,13 @@ jobs:
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# A 1 is required before the timestamp
# as lerna will fail when there is a leading 0
# See https://github.com/lerna/lerna/issues/2840
- name: Create Dev Hash
run: |
echo "HASH=$(git log -1 --format=%H | cut -c 1-7)" >> $GITHUB_ENV
echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
echo "TIMESTAMP=1$(date +%s)" >> $GITHUB_ENV
echo "CURRENT_VERSION=$(node ./.scripts/bump-version.js)" >> $GITHUB_ENV
shell: bash
- name: Create Dev Build