Skip to content

Commit

Permalink
chore: Fix typo in weekly workflow (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Dec 1, 2024
1 parent ebcbbf7 commit 23bcc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'build_and_publish_on_platforms.yml',
workflow_id: 'build_and_publish_on_platforms.yaml',
ref: 'dev',
inputs: {
"release_type": "beta",
Expand Down

0 comments on commit 23bcc8b

Please sign in to comment.