mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-13 06:39:33 +00:00
ci(release.yaml): update lockfile version on bump
This commit is contained in:
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@@ -92,9 +92,12 @@ jobs:
|
||||
echo "Changes:" && cat release_body.md
|
||||
uv run git-cliff > CHANGELOG.md
|
||||
|
||||
- name: 📦 update lockfile (re-sync)
|
||||
run: uv sync
|
||||
|
||||
- name: 📤 push changes
|
||||
run: |
|
||||
git add CHANGELOG.md pyproject.toml src/*/__init__.py
|
||||
git add CHANGELOG.md pyproject.toml src/*/__init__.py uv.lock
|
||||
git commit -m "chore(release): ${{ steps.get_version.outputs.BUMPED_VERSION }}"
|
||||
git push origin main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user