(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
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 9b85ec4766 - Show all commits

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