Checkout full history to allow git describe to work

This commit is contained in:
Dustin Spicuzza 2022-05-02 12:51:11 -04:00
parent a68f05a840
commit ba4222560f

View File

@ -11,6 +11,8 @@ jobs:
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build - name: Build
run: | run: |