Browse Source

We need the history

See https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches (default is a shallow clone)
pull/2210/head
Christoph Wille 5 years ago
committed by GitHub
parent
commit
72b4b7f16c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-frontends.yml

2
.github/workflows/build-frontends.yml

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:

Loading…
Cancel
Save