Skip to content

Commit

Permalink
Fix nightly release by ensuring full git history is available (#9033)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed May 23, 2023
1 parent 6682a59 commit d29d513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
contents: read # for actions/checkout
contents: read # for actions/checkout
jobs:
build:
strategy:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d29d513

Please sign in to comment.