Start with main

This commit is contained in:
Michael B. Gale
2025-06-23 12:47:58 +01:00
parent c55fb0ab89
commit fcd0ad43d5

View File

@@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # ensure we have all tags and can push commits
ref: main
- name: Update git config
shell: bash