Skip to content

Commit

Permalink
Set fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-gai authored Dec 2, 2021
1 parent 77c711d commit f2b47d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/web-app-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
# NOTE: set the fetch-depth to be sure you retrieve all commits to look for the semver commit message
fetch-depth: "0"
- name: Build and test
uses: ./.github/workflows/composite/web-app-build-test
- name: Prepare dist
Expand Down

0 comments on commit f2b47d2

Please sign in to comment.