Skip to content

Commit

Permalink
fix: dry_run parameter should also work when automatically triggered
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Nov 8, 2024
1 parent c3974d2 commit 03a311a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
secrets: inherit
with:
version: ${{github.event.inputs.tag || github.ref_name}}
dry_run: ${{ inputs.dry_run }}
dry_run: ${{github.event.inputs.dry_run || inputs.dry_run}}

prepare-platform-pr:
name: Prepare Platform Update
Expand Down

0 comments on commit 03a311a

Please sign in to comment.