Browse Source

Fetch all history for all tags and branches

pull/1202/head
Thomas 3 years ago
parent
commit
56e6bfd01a
  1. 2
      .github/workflows/build-code.yml

2
.github/workflows/build-code.yml

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

Loading…
Cancel
Save