Skip to content

Commit 83f206f

Browse files
authored
fix(release): Fix file name
1 parent 7eb54e3 commit 83f206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
github.rest.actions.createWorkflowDispatch({
2525
owner: context.repo.owner,
2626
repo: context.repo.owner,
27-
workflow_id: 'pypi.yaml',
27+
workflow_id: 'publish.yaml',
2828
ref: 'v${{ env.RELEASE_VERSION }}',
2929
})

0 commit comments

Comments
 (0)