mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
Ensure cua-computer bumps also update cua-agent
This commit is contained in:
6
.github/workflows/bump-version.yml
vendored
6
.github/workflows/bump-version.yml
vendored
@@ -86,6 +86,12 @@ jobs:
|
||||
cd ${{ steps.package.outputs.directory }}
|
||||
bump2version ${{ inputs.bump_type }}
|
||||
|
||||
- name: Also bump cua-agent
|
||||
if: ${{ inputs.service == 'cua-computer' }}
|
||||
run: |
|
||||
cd libs/python/agent
|
||||
bump2version ${{ inputs.bump_type }}
|
||||
|
||||
- name: Push changes
|
||||
run: |
|
||||
git push origin main --follow-tags
|
||||
|
||||
Reference in New Issue
Block a user