Skip to content

Commit

Permalink
fix(release): Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaulifn authored Nov 2, 2022
1 parent 7eb54e3 commit 83f206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.owner,
workflow_id: 'pypi.yaml',
workflow_id: 'publish.yaml',
ref: 'v${{ env.RELEASE_VERSION }}',
})

0 comments on commit 83f206f

Please sign in to comment.