Remove extra debugging output to prepare to merge.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m12s

This commit is contained in:
Pat Garrity 2024-03-22 22:48:35 -05:00
parent 9b85ec4766
commit 6adb31bc89
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -20,10 +20,6 @@ jobs:
name: 'Checkout Repository'
with:
fetch-depth: 0
- name: 'Debugging'
run: |
latest_git_tag="$(git describe --tags --abbrev=0)"
echo "Previous Git Tag: $latest_git_tag"
- name: 'Pre-Commit'
run: |
pre-commit install