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 dddc469 commit c019099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ on:
required: true
default: false
type: boolean
dryRun: ${{ github.event.inputs.dryRun }}
jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main
with:
branch: ${{ github.event.inputs.branch }}
releaseVersion: ${{ github.event.inputs.releaseVersion }}
developmentVersion: ${{ github.event.inputs.developmentVersion }}
dryRun: ${{ github.event.inputs.dryRun }}
secrets:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit c019099

Please sign in to comment.