Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 9814f0b

Browse files
committed
Fix release script
1 parent 0608cc2 commit 9814f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
const result = await github.rest.actions.createWorkflowDispatch({
2222
owner: context.repo.owner,
2323
repo: context.repo.repo,
24-
workflow_id: 'unit_testing.yml',
24+
workflow_id: 'unit_test.yml',
2525
ref: context.sha
2626
});
2727
@@ -36,7 +36,7 @@ jobs:
3636
const runs = await github.rest.actions.listWorkflowRuns({
3737
owner: context.repo.owner,
3838
repo: context.repo.repo,
39-
workflow_id: 'unit_testing.yml',
39+
workflow_id: 'unit_test.yml',
4040
status: 'completed',
4141
head_sha: context.sha
4242
});

0 commit comments

Comments
 (0)