Skip to content

Commit 7519cb5

Browse files
authored
Update release.yaml
1 parent 87fc7dc commit 7519cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: poetry version ${{ needs.details.outputs.new_version }}
8181

8282
- name: Install dependencies
83-
run: poetry install --sync --no-interaction --no-root
83+
run: poetry sync --no-interaction --no-root
8484

8585
- name: Build package
8686
run: poetry build
@@ -130,4 +130,4 @@ jobs:
130130
tag_name: ${{ needs.details.outputs.tag_name }}
131131
files: |
132132
dist/*
133-
generate_release_notes: true
133+
generate_release_notes: true

0 commit comments

Comments
 (0)