mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 20:10:04 -06:00
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:
2
.github/workflows/pypi-publish-agent.yml
vendored
2
.github/workflows/pypi-publish-agent.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/pypi-reusable-publish.yml
vendored
1
.github/workflows/pypi-reusable-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user