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