Skip to content

Commit 44824f8

Browse files
committed
chore(ci): fix add uv.lock
1 parent a6b196b commit 44824f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
if git diff --exit-code uv.lock > /dev/null; then
4444
echo "uv.lock unchanged"
4545
else
46-
git pull --rebase
4746
git add uv.lock
48-
git commit -m "chore: update uv.lock for v${{ steps.release.outputs.version }} [skip ci]" git push
47+
git pull --rebase
48+
git commit -m "chore: update uv.lock for v${{ steps.release.outputs.version }} [skip ci]"
49+
git push
4950
fi
5051
if: steps.release.outputs.released == 'true'
5152

0 commit comments

Comments
 (0)