debuggggggg
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m16s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m16s
This commit is contained in:
parent
41000b0bf7
commit
9b85ec4766
2 changed files with 6 additions and 2 deletions
|
@ -19,7 +19,11 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
name: 'Checkout Repository'
|
||||
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'
|
||||
run: |
|
||||
pre-commit install
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
name: 'Checkout Repository'
|
||||
with:
|
||||
fetch-tags: true
|
||||
fetch-depth: 0
|
||||
- name: 'Pre-Commit'
|
||||
run: |
|
||||
pre-commit install
|
||||
|
|
Loading…
Add table
Reference in a new issue