Skip to content

Commit

Permalink
Don't make the workflow run ID required
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Oct 19, 2024
1 parent 7ef4654 commit 75d547f
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 @@ -12,7 +12,7 @@ on:
run-id:
type: string
description: "Workflow run ID"
required: true
required: false
dry-run:
type: boolean
description: "Skip release steps"
Expand Down

0 comments on commit 75d547f

Please sign in to comment.