From 9c83137753e6443474d5983f524bdbad0aa55585 Mon Sep 17 00:00:00 2001 From: ernisto Date: Fri, 25 Apr 2025 13:16:59 -0300 Subject: [PATCH] ci(update-tools): publish changes to pesde registry --- .github/workflows/update-tools.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-tools.yml b/.github/workflows/update-tools.yml index baf2b0e..8cc0624 100644 --- a/.github/workflows/update-tools.yml +++ b/.github/workflows/update-tools.yml @@ -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