Skip to content

Commit d1aa358

Browse files
Update version.yaml
1 parent 4150322 commit d1aa358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: pip install poetry
1919
- name: Bump version
2020
# TODO(masanori): Use uv to bump version
21-
run: git branch --show-current | sed 's|release/||' | xargs poetry version | { printf '::set-output name=PR_TITLE::'; cat; }
21+
run: echo "PR_TITLE=$(git branch --show-current | sed 's|release/||' | xargs poetry version)" >> "$GITHUB_OUTPUT"
2222
id: bump
2323
- name: Bump qfeval_functions.__version__
2424
run: git branch --show-current | sed 's|release/||' | xargs -I {} echo '__version__ = "{}"' > qfeval_functions/version.py

0 commit comments

Comments
 (0)