Skip to content

Commit

Permalink
bugfix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent 1417f4c commit 2be2b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'build.yml',
ref: ${{ steps.release.outputs.tag }}
workflow_id: 'build.yaml',
ref: steps.release.outputs.tag
})

0 comments on commit 2be2b25

Please sign in to comment.