Skip to content

Commit 36aa28a

Browse files
Update regenerate-library.yml
Add missing step for poetry.lock
1 parent 3c8432d commit 36aa28a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/regenerate-library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Set new version for Poetry
3030
run: |
3131
sed -i "s/^version = \".*\"/version = \"${{ github.event.inputs.library_version }}\"/" pyproject.toml
32+
poetry lock
3233
- name: Commit changes to new branch
3334
uses: EndBug/add-and-commit@v9
3435
with:

0 commit comments

Comments
 (0)