Skip to content

Commit

Permalink
ci: fetch all commits for correct versioning (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Jul 16, 2021
1 parent 89a628f commit 3331a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
steps:
- name: Checkout aries-framework-javascript
uses: actions/checkout@v2
with:
# pulls all commits (needed for lerna to correctly version)
fetch-depth: 0

# setup dependencies
- name: Setup Libindy
Expand Down Expand Up @@ -116,6 +113,9 @@ jobs:
steps:
- name: Checkout aries-framework-javascript
uses: actions/checkout@v2
with:
# pulls all commits (needed for lerna to correctly version)
fetch-depth: 0

# setup dependencies
- name: Setup Libindy
Expand Down

0 comments on commit 3331a3c

Please sign in to comment.