debuggggggg
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m16s

This commit is contained in:
Pat Garrity 2024-03-22 22:47:03 -05:00
parent 41000b0bf7
commit 9b85ec4766
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
2 changed files with 6 additions and 2 deletions

View file

@ -19,7 +19,11 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: 'Checkout Repository' name: 'Checkout Repository'
with: with:
fetch-tags: true fetch-depth: 0
- name: 'Debugging'
run: |
latest_git_tag="$(git describe --tags --abbrev=0)"
echo "Previous Git Tag: $latest_git_tag"
- name: 'Pre-Commit' - name: 'Pre-Commit'
run: | run: |
pre-commit install pre-commit install

View file

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: 'Checkout Repository' name: 'Checkout Repository'
with: with:
fetch-tags: true fetch-depth: 0
- name: 'Pre-Commit' - name: 'Pre-Commit'
run: | run: |
pre-commit install pre-commit install