diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19109f0..773aa9b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,10 +17,18 @@ jobs: id: "glogging", name: "GLogging", } + - { + id: "icons_patcher", + name: "Icons Patcher", + } - { id: "licenses", name: "Licenses", } + - { + id: "metadata", + name: "Metadata", + } steps: - name: Cancel Previous Runs