Update main.yaml workflow

add fetch depth
This commit is contained in:
Graham Steffaniak 2024-09-16 17:26:57 -05:00 committed by GitHub
parent 62d1cd88a1
commit bae39c8586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Find latest tag
run: |
echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV