Cloning full git history for better versioning. RE:#1952

This commit is contained in:
James Douglass 2025-05-27 14:06:55 -07:00
parent 44e9b5c986
commit faf8b06b63
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: login to GitHub Container Registry
uses: docker/login-action@v2