Skip to content

Commit

Permalink
Fix workflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
fabergat committed Jan 23, 2025
1 parent f03e7bc commit 03b0e4d
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 @@ -22,7 +22,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'delayed-update.yml',
workflow_id: 'docker_release_link.yml',
ref: context.ref,
inputs: {
release_id: context.payload.release.id,
Expand Down

0 comments on commit 03b0e4d

Please sign in to comment.