Skip to content

Commit b4cb697

Browse files
committed
Update release.yaml too
1 parent 12e9bd7 commit b4cb697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "" >> ".github/release_template.md"
4343
echo "## Changelog" >> ".github/release_template.md"
4444
echo "" >> ".github/release_template.md"
45-
uv add typer
45+
uv add --no-sync typer
4646
uv run --no-sync python scripts/changelog-to-release-template.py >> ".github/release_template.md"
4747
echo "" >> ".github/release_template.md"
4848
echo "## Changes" >> ".github/release_template.md"

0 commit comments

Comments
 (0)