We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb54e3 commit 83f206fCopy full SHA for 83f206f
.github/workflows/release.yaml
@@ -24,6 +24,6 @@ jobs:
24
github.rest.actions.createWorkflowDispatch({
25
owner: context.repo.owner,
26
repo: context.repo.owner,
27
- workflow_id: 'pypi.yaml',
+ workflow_id: 'publish.yaml',
28
ref: 'v${{ env.RELEASE_VERSION }}',
29
})
0 commit comments