Merge pull request #594 from trycua/fix-publish-agent-checkout

Fix checkout ref to use main branch in publish workflows
This commit is contained in:
Francesco Bonacci
2025-11-18 23:44:33 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ jobs:
core_version: ${{ steps.update-deps.outputs.core_version }}
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Determine version
id: get-version

View File

@@ -47,6 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0 # Full history for release creation
- name: Set up Python