Skip to content

Commit 5f8f91e

Browse files
committed
👷 [ci] Corrects workflow name in publish workflow
Updates the workflow name in the publish workflow to ensure it triggers correctly. - 🐛 Fixes a typo in the workflow name, changing "Test" to "test" - Ensures that the publish workflow is triggered when the test workflow completes. Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
1 parent 2544f3e commit 5f8f91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
PACKAGES_TOKEN:
2727
required: false
2828
workflow_run:
29-
workflows: ["Test"]
29+
workflows: ["test"]
3030
types:
3131
- completed
3232

0 commit comments

Comments
 (0)