Fetch all history for all tags and branches (#1202)

pull/1203/head
Thomas Kaul 2 years ago committed by GitHub
parent de2092c4d2
commit 43ce2786c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3

Loading…
Cancel
Save