We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b196b commit 44824f8Copy full SHA for 44824f8
1 file changed
.github/workflows/release.yml
@@ -43,9 +43,10 @@ jobs:
43
if git diff --exit-code uv.lock > /dev/null; then
44
echo "uv.lock unchanged"
45
else
46
- git pull --rebase
47
git add uv.lock
48
- git commit -m "chore: update uv.lock for v${{ steps.release.outputs.version }} [skip ci]" git push
+ git pull --rebase
+ git commit -m "chore: update uv.lock for v${{ steps.release.outputs.version }} [skip ci]"
49
+ git push
50
fi
51
if: steps.release.outputs.released == 'true'
52
0 commit comments