Skip to content

Commit 8a08252

Browse files
committed
ci: fix balatrobot version action
1 parent d839cd3 commit 8a08252

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-balatrobot-dependency.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Update balatrobot dependency
22
on:
33
repository_dispatch:
44
types: [balatrobot_release]
5+
workflow_dispatch:
56
permissions:
67
contents: write
78
pull-requests: write
@@ -22,7 +23,7 @@ jobs:
2223
- name: Update balatrobot dependency
2324
run: |
2425
# Update exact version in pyproject.toml
25-
sed -i 's/balatrobot>=.*/balatrobot==${{ steps.version.outputs.VERSION }}/' pyproject.toml
26+
sed -i 's/balatrobot>=.*/balatrobot==${{ steps.version.outputs.VERSION }}",/' pyproject.toml
2627
# Verify the change
2728
grep balatrobot pyproject.toml
2829
- name: Update lock file

0 commit comments

Comments
 (0)