Skip to content

Commit

Permalink
added dryRun parameter to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jul 19, 2024
1 parent 2a631dd commit dddc469
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ on:
description: "Default version to use for new local working copy."
required: true
default: "X.Y.Z-SNAPSHOT"

dryRun:
description: "Perform a dry run"
required: true
default: false
type: boolean
dryRun: ${{ github.event.inputs.dryRun }}
jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main
Expand Down

0 comments on commit dddc469

Please sign in to comment.