From d29d513fdc9f3f4d122b5c9f712da630e0c7fa48 Mon Sep 17 00:00:00 2001 From: mattcompiles Date: Wed, 24 May 2023 03:36:01 +1000 Subject: [PATCH] Fix nightly release by ensuring full git history is available (#9033) --- .github/workflows/nightly-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 8512e122b2d..d08f46ed2e8 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -4,7 +4,7 @@ on: - cron: '0 0 * * *' workflow_dispatch: permissions: - contents: read # for actions/checkout + contents: read # for actions/checkout jobs: build: strategy: @@ -205,6 +205,8 @@ jobs: - build-apple-silicon steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: bahmutov/npm-install@v1.1.0 - name: Build native packages run: yarn build-native-release