(patch) Update to SemVer plugin 0.2.2 and update build scripts. #7

Merged
pfm merged 8 commits from wrong-version-release into main 2024-03-23 03:50:06 +00:00
Showing only changes of commit 6adb31bc89 - Show all commits

View file

@ -20,10 +20,6 @@ jobs:
name: 'Checkout Repository' name: 'Checkout Repository'
with: with:
fetch-depth: 0 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