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

This commit is contained in:
Thomas Kaul
2022-08-28 11:01:54 +02:00
committed by GitHub
parent de2092c4d2
commit 43ce2786c1

View File

@@ -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