ci(update-tools): publish changes to pesde registry

This commit is contained in:
ernisto 2025-04-25 13:16:59 -03:00
parent 27f7c77760
commit 9c83137753

View file

@ -31,6 +31,9 @@ jobs:
- name: Apply updates
run: lune run .lune/update_tools -- --yes
- name: Publish updates
run: pesde publish
- name: Commit and push changes
run: |
if [[ -n "$(git status --porcelain)" ]]; then