Skip to content

Commit

Permalink
fix(repo): Fix workflow name in accounts repo (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef authored Nov 7, 2023
1 parent 068a902 commit 8238e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
github.rest.actions.createWorkflowDispatch({
owner: 'clerk',
repo: 'accounts',
workflow_id: 'release-canary.yml',
workflow_id: 'release-staging.yml',
ref: 'main',
inputs: { version: nextjsVersion }
})
Expand Down

0 comments on commit 8238e40

Please sign in to comment.