mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
ci(update-tools): publish changes to pesde registry
This commit is contained in:
parent
27f7c77760
commit
9c83137753
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-tools.yml
vendored
3
.github/workflows/update-tools.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue