Skip to content

Commit b9c48d1

Browse files
committed
ci(plugins): add dry-run for plugin-release action
1 parent 8d49f8a commit b9c48d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
nextVersion:
1010
description: "Next version (e.g. 1.3.0-SNAPSHOT)"
1111
required: false
12+
dryRun:
13+
description: "If true, simulate the release without pushing or tagging"
14+
required: false
15+
default: "false"
1216

1317
permissions:
1418
contents: write
@@ -24,3 +28,4 @@ jobs:
2428
with:
2529
releaseVersion: ${{ github.event.inputs.releaseVersion }}
2630
nextVersion: ${{ github.event.inputs.nextVersion }}
31+
dryRun: ${{ github.event.inputs.dryRun }}

0 commit comments

Comments
 (0)