Skip to content

Commit

Permalink
chore(ci): fetch entire history for lerna versioning (#2391)
Browse files Browse the repository at this point in the history
* chore: fetch entire history for lerna versioning

* chore: add comment
  • Loading branch information
am29d authored Apr 17, 2024
1 parent 84a5ff8 commit ba2f897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
ref: ${{ github.ref }}
fetch-depth: 0 # fetch all history, commits and tags, lerna scans it to the last tag and looks at commits, we need all of it to determine the next version
- name: Setup NodeJS
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down

0 comments on commit ba2f897

Please sign in to comment.