Adapted Nightly and Release Workflow #66

Merged
Penry merged 9 commits from Test-Branch into main 2026-06-07 21:16:31 +02:00
Showing only changes of commit 9ccb929553 - Show all commits
+1
View File
@@ -29,6 +29,7 @@ jobs:
- name: Build version
shell: bash
run: |
git fetch --tags
COMMIT_COUNT=$(git rev-list $(git describe --tags --abbrev=0)..HEAD --count)
echo "Commit Count: $COMMIT_COUNT"